Agiltity Designer Dashboard Design - Multiple datasources in dropdown
Symptoms: I believe it happens when you edit the data source, it replicates the data source name in the dropdown. Usually the first one will return the columns in the query pane on the left side of screen. When selecting the data source you have no idea what you are connecting to, it would be helpful if you could view that information. Solution:
Post Pallet Count fails when tag count is greater than OH Qty
Symptoms: Post Pallet Count fails when tag count is greater than OH Qty. Need to look at the greater of the QOH or the total tag count that Macola posting will be updated to. Solution: Pkg Package Line Qty Change object transaction has been updated to add a "CycleCountAdjustment" property. This allows the user to set this to "True" on the transaction and allow the user to update the Pallet qty with a Qty greater than is on hand but will be updated with the Inventory Count Post for the tag in Macola. The form "Pallet Problems to Review", "Adj Plt Amt" button has been updated to add this new property and allow users to adjust pallets for the inventory count tag amount when greater than current on hand prior to posting.
Update POP Pick Tickets POP Order Is Not Valid message
Issue: Update POP Pick Tickets - POP Order Is Not Valid message- needs to be more descriptive of the underlying issue. Typically this message is displayed when there are no components to print on the order because all components are being backflushed and Backflush All Components and/or Print All Components On Pick Ticket setting are not used.
Form Studio Leading spaces can be removed from sql variables or literals
Symptom: FS/AM queries that contain spaces inside a quoted variable or literal may have their spaces truncated. Example: select cus_no from oeordhdr_sql where ord_no = ' 5678' solution: the query engine was change to not strip spaces from a query.
POP Orders closing when option is set to user's choice
Symptoms: When reporting the quantity remaining and the Order completion Options is set to "Allow user to decide when to complete" The pop order is flagged as complete. The pop order should stay open unless the user says to complete. Solution: