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.
Enhancements to new serial number collection screens
Solution: Added enhancements and fixes to the new serial no collection screens: serial collection grid now sorts with the newest scan at the top of the grid, additional filters were placed on the query for the grid including Ord No, Ord Type and Loc, added serial number validations to the Issue, Transfer and Return forms, added button enable/disable to the Done and Add buttons, added a call to delete the wsPreload for the CurrentUser prior to opening the Serial No form. Added a NEW Return Serial Numbers form for Shop Floor and POP material return that queries serial numbers issued to the orders.
pick pack 4 issues
Symptoms: Customer is unable to replicate a package with serialized items. The functionality to replicate serialized items exist in PP3 and it prevents in PP4. a. In PP3, create a carton in the shipping tree b. Select the first item and serial number c. Select Replicate d. It brings up a window that allows you to select a serial number for each carton replicated. e. It also prints a label with each selection In PP4 using that same item the replicate package fails with the message. This package contains serialized items, it can not be replicated. The customer would like the PP4 Shipping tree allow the selection of a serial number on replicate.
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.
PickPack Add Item(s) - Items disappear from Item Search
Symptoms: When using Add Item(s) in Pick Pack on an order with greater than 2 line items and you try to add the 3rd or greater item to the shipment; the Item Search grid will be blank. If you re-enter the order number and then search for an item; it will populate the Item Search grid. Solution:
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.