FS add option to retry locked records
In Macola and SAP, specific return codes from an Agility Object Transaction indicate that a record is locked by another user. Add a check box option in Form Studio to rollback the transaction and retry the entire Action Sequence. Macola returns a -2 value if the record is locked by the MacLocks table. SAP will return a -2038 indicating a lock has been encountered by the DiAPI. A transaction retry entry will be written to the WsTrxLog table.
Form Studio - Default and Cancel Buttons can not be assigned to combo buttons
In Form Studio there is a Form Option "Cancel Button" and "Default Button" to assign default button action on the Form. The only buttons you can assign are buttons defined directly on the form. If the button is under a Combo Button it is not available to be selected.
Form Studio numeric Constants stored with decimal causes issue with Wisys Label.
Symptoms: Form Studio with numeric constants fails to import into integer parameter in Wisys Label. The stored decimal point causes error "Can't convert string to int32". Form Studio will no longer capture the decimal point for integer values. To update existing constants, open the constants screen in FS and resave the value Solution: Modified constants to save whole number values without a decimal.
Validation - InventoryCountValidateItem same item on count
Symptoms: If the item is on the count sheet more than once, the validation needs to be able to distinguish between the different lines. Currently, it will only recognize the first line. Validation include BOInv.InventoryCountValidateItemByBin, BO.InventoryCountValidateItem