Desktop applications will retrieve Client Version information from Wisys.AllSystem
Desktop Applications that display the Build Info versions will now retrieve the current Client Version from Wisys.AllSystem. ,Desktop Applications: Agility Design Studio, Agility Explorer, Form Studio
UPS Silent Shipping Incorrect Billing Location Account Number
When silent shipping with a pre-paid location based shipping account in UPS, a validation error can be thrown that there are mismatched accounts. 120415: BillShipper/AccountNumber must be the same shipper number as Shipper/ShipperNumber.
Cycle Count Grids do not reflect Extra Tags accurately
In the Cycle Count Grids in project "IM Cycle Count" (Item: P.ON.IMCycleCount), audit/variance grids use the wrong criteria to denote an Extra Tag. In the SQL Statement for the grids, where it currently reads "imtagfil_wv.Extra_Tag = 'Y'", it should be changed to read "imtagfil_wv.tag_type = 'C'". This change is required in each of the following grids: Pallet Bin Variance w/ Recount Processing Prepost Audit by Qty Variance Prepost Audit Detail Tag List Prepost Audit by Item/Bin - Lot Prepost Audit by Cost Variance Cycle Count Detail Grid Cycle Count History by Item Cycle Count Tag Status
OE Directed Stage - doesn't handle backorders when previous amount shipped is greater then remaining amount.
Appears that when order is entered it looks for line items where tot_qty_shippped < qty_ordered. When a backorder is filled the qty_ordered becomes the backordered amount, which may be less then the previous amount shipped (tot_qty_shipped.)