Add 'QTY' to Order Management Rules
Edward Aguiar
Are you asking to add quantity in general? Like if the shipment has more than one items? Or are you looking to ask for a quantity of a specific SKU? Is the DG information going to be coming from WMS?
J
James Burke
Edward Aguiar: Hi Edward, a few comments:
1) Because of the way we batch orders (before we process in Techship), I think this feature would be more useful to us in TechOMS, but also useful in Techship+ OMR as a final safeguard against user error.
2) If possible, both, but if not, the use case I envision would be for a specific SKU line item. i.e.
IF sku = dgsku12345 AND (dgsku12345) qty >= 1 THEN deny order (If possible, with a configurable error message i.e. "Order contains a DG SKU and can only be processed through XYZ DG profile"
I am not sure where we would park the DG information in 3plc - there are limited fields for storing some DG details in 3PLC and what's available by default may not satisfy carriers. 3PLC SavedElements may be the best method, but we might need some guidance from Techdinamics on consistent naming conventions and usage.
Until we know where DG info can be parked in 3plc and retrieved by Techship/TechOMS, we would probably just write an OMR for each DG SKU, or maybe use the "contains" operator to catch all SKUs with a DG prefix or suffix.
James