Agility 360 Add options to print to printers seen by the native device
Agility 360 - Add options to print to printers seen by the native device. A new WMS option will be available to define IP Printers. When an IP Printer is selected for printing the document will be returned to the Android device where it will send ZPL Labels directly to the device's local IP Printer.
Form Studio Agility Objects That Contain Overloads Are Not Being Selected Properly
When selecting an Agility Object in Form Studio that contains an optional overload method the method parameters are not being returned based off of the selection. An example is the Wisys.Shipping.Ship class Pkg Ship Shipment and Pkg Ship Shipment 2. The incorrect method is selected when viewing the New Object Definition form. Also when browsing and selecting a new Agility Object Transaction, properties and parameters are appended to the existing list; existing values should be cleared.
Error when removing Additional Item Validations
Symptoms: When removing an item from Agility > Options > Additional Item Validations screen and hit OK, you receive an error "Error writing: EnforceSerialLotDate: Insert: sql syntax error: Incorrect syntax near "?" line 1 col 29 (at pos 29). Solution:
Add PickListSalesOrderLineItem Validation
Add a new PickListSalesOrderLineItem validation for Directed Sales Order Picking. The Pick No, Order, Line, and Item information will be passed to validate that the scanned item directly matches the directed pick item recommendation. The pick status must be R, P, or D and the RelQtty must be greater than 0.
Address field limit in UPS/FedEx
Symptoms: When shipping the address is being truncated to 35 characters without warning. Solution: Produce warning for address if lines exceed 35 characters and allow user to edit prior to processing shipment. Possibly prevent user from shipping until field is corrected. Wisys.AgilityShipUI.v5.0 and Wisys.AgilityShip.v5.0 have been updated.
Transfer Order Preload - Enable transfer of lines that are not using default inventory UoM
Symptoms: When the UoM is different from the inventory UoM, the line needs to use the quantity for the document UoM and the bin snb record needs to use the quantity for the inventory UoM Solution:
Agility Essentials Options - General not saving properly
The Show Batch Exp Date and Show Mfg Serial checkbox options are not being saved correctly on the options screen. If the ShowBatchExpDatePO option is turned on it is incorrectly displaying the Show MFG Serial option as turned on.
Terms Import is deleting unrelated Terms Type and System Types
When importing terms non matching Terms Type and System Type codes are being deleted preventing you from importing multiple terms xml from the Wisys Terms directory. For example, you can not import Terms_en_US_SAP.xml and Terms_en_US_SAP_Common.xml. When importing the second terms file all terms from the first file are deleted.
GoodsReceiptValidatePOItem error occurs with items that are mixed case and AllowCaseSensitiveScan is off
GoodsReceiptValidatePOItem will throw an exception when scanning a mixed case item number such as "MRP_Item1" when the AllowCaseSensitiveScan enterprise option is turned off. GoddsReceiptValidatePOItem: Object reference not set to instance of an object
Unable to assign Fulfillment Manager Plugin in AE Options
Unable to assign Fulfillment Manager Plugin in the Options. This goes undetected because of a suppressed error on the staging bin when saving the options. The staging bin error should be corrected and the error should not be supressed.
U_AGYFREIGHTPAYCODE UDF Field is not being copied to Delivery Document when default is defined in SAP
U_AGYFREIGHTPAYCODE UDF Field is not being copied to Delivery Document when default is defined in SAP. When the delivery document is created as part of shipping the selected U_AGYFREIGHTPAYCODE is not copied to the delivery document.
Labels do not update properly in Shipping Account > New
File > Options > Agility Shipping > Shipping Account > New When switching from FedEx to UPS or USPS, the label for License Number/Meter does not change. Once it becomes Meter number by selecting FedEx, the only way to get it to change is to exit and reopen the window.
Agility Shipping Zip code needs to allow extended zip
When entering a zip code with an extra zip separated by a hyphen (#####-####); you will receive Unable to ship:ProcessShipment:Input string was not in a correct format. Solution: FedEx and UPS do not allowed the 9 digits zip code. The zip is now truncation even with hyphen in both Shipping Form and Silent Mode.
Agility Shipping Account password not populating when opening saved entry
When opening a saved entry in the Agility Shipping Accounts option screen, the password field is not populated with the saved information. This will then cause a blank password to be saved if it is not re-entered.
Cannot ship kits in Hana
Symptoms: Can not ship Kits in Hana. Receive error: LTL Process failed:Ship:ProcessConfirmOrShipDeliveryNote:There was a problem with the Deliver Document Process. 1470000368 - The quantity allocated to bin locations must be positve. In this case the kit components are serialized. Solution:
Update PkgValidateSalesOrderItem Validation to exclude closed sales order lines
Symptoms: Pkg Validation Sales Order Item will return closed sales order lines allowing users to pack against a closed line when using Pack Cartons, Pack Pallets or Load Pallets. This will then cause issue when attempting to ship the shipment. Solution: Valid line statuses are (O)pen/(C)losed. An error will now be returned if the LineStatus is not equal to "0"
Agility Shipping weight and dimension rounding
Symptoms: Package weight rounding in the Agility Shipping UI is causing an overweight error when shipping USPS packages that have a 13 ounce limit. Solution: Agility Shipping UI will no longer round to the whole number but will display and pass a decimal value to the carrier APIs.