Does anyone know if it’s possible to trigger an in...
# suiteflow
j
Does anyone know if it’s possible to trigger an inbound shipment workflow off a change of status (inTransit>Received)? I’m trying an after recordsubmit with a condition of
Copy code
(UPPER({old.shipmentstatus})=UPPER('inTransit') and UPPER({shipmentstatus})=UPPER('received'))
But suspect the “bulk processing” of that change when the receive call is made on the record is getting in the way (but not sure) Am basically wanting to set the
Actual Delivery Date
to the date the inbship is fully received.