Failed: Ship:Missing information in the from address: No company name value
Using "Location, Company Name from Company" option in AE\Pick Pack Options\Shiprush\Shipping Labels\From address definition produces "Missing information in the from address: No company name value" error when shipping.
Shipvia not coming across correctly in Shiprush
ShipVia code is associated with UPS Ground, but when shipping with Shiprush, it comes across as next day air. SQL Profiler shows it pulling correct data from wsPkgShipMapping table. It looks like the Carrier_SDK_Cd (0) for UPS may be getting interchanged with Service_SDK_Cd (0) for Next Day Air vs Ground service_sdk_cd (6.) Did a little more testing and any ShipVia associated to UPS is coming across as NextDayAir.
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.
OE Directed Stage Form - Can only unstage partially completed lines
Update the OE Directed Stage Form to not close batches automatically. Unstage functionality only works when line is Status ‘R.' When item is fully Staged, the line Status will = ‘C’ and therefore it wouldn’t allow you to Unstage
Refresh in dashboard does not work
Symptoms: Created a dashboard with two process grids in Agility Designer. When you hit refresh in the upper right or in the data tab; the grids do not refresh. If you set the dashboard to auto-refresh, the dashboard will not auto-refresh. If you close and reopen the dashboard, it will update. Solution:
Production Reporting closing order when left zero
When you do a POP Production - Zero quantity it is closing the order short. Even when the AE POP set-up is set to manual control the close. PreventOrderCompletion property has been added to Wisys.POPTrx.ReportProduction that will give the option to prevent the order from being completed based on the AE Settings.,When the settings is set to NEVER complete, the prevent closing flag is set on the object to not allow the POP order to close. If any other settings is chosen and zero is reported, the POP order will close.
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.
IM Transfer Bin error
Symptoms: When packing a non-binned item and with a Staging Bin set in the Options Menu; users will receive an error that the item is not setup as a binned item. Solution: Added conditional logic to pass an empty string to the Agility Object in the case when the item is a non-binned item.
Agility Launch from desktop does not pass connection to Transaction Buttons
Symptoms: Agility Launch from desktop does not pass connection to Transaction Buttons and you are forced to run the browser as administrator. orrected the security issues ; Code Signing, App.Manifest, and Assembly name in the executables. Also uploaded the latest version of XDMessaging (i.e. XDMessaging.Lite.dll) and updated the synergy item so it's installed to the ExactSoftware\Bin directory. Code has also been updated to look at the v5 objects vs the v4.1 objects.
Change PO Rcpt grid to not populate bin number if the item requires inspection.
Symptoms: PO Rcpt grid produces error "This item requires inspection Bins not allowed" when default receiving bin is populated and the item requires inspection. Solution: Change to not populate bin field for those items requiring inspection.
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.
Bin errors on non-serialized items after serial items
Symptoms: Users are sometimes present with a Bin error if you run a transaction with a non-serialized, binned item after running a transaction with a serialized, binned item. Solution: Found that the Serial Preload flag was not resetting after the transaction and the transaction was attempting to pull data from the Preload tables instead of the form. A reset was added to the end of the transaction to change it to False.
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.
Progression Shipping Error - Zip Code can not be blank
In Progression there is not a field for the ship to zip code in the order header. Shipping LTL returns an error that the ship to zip code can not be blank. Failed: Ship:LoadAlloShipmentData:-1500:LoadShippingDataObject:Zip code can not be blank ( This is actually a problem with the pkg add. In progression it is not setting the Ship_to_City, Ship_to_state and the ship_to_zip in the wspkgshipment record like it should when It adds the first package to the shipmentP
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.
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.
PickPack Option Screen Error When Pressing Ok Button
Symptoms: In agility explorer>file>options>pick pack when changing any option in any tab in pick pack then press ok button an error message is thrown ( as a warning message in the attached screenshot ) but the changes are saved normally . Customer is facing this issue after the update to 569.4 on live and test companies .Code updated in 3.0 569.4 Wisys.Options.v5.0.dll
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.
Orders are not closed when using the POP production close button checkbox.
Users must enter, or re-enter, the quantity after checking the box. A validation is ran on the quantity field which reads the value of the quantity, option setting and checkbox value to set the object property properly.