-
Workflow and creating a loop
I will start by saying I am not a programming but technical enough to be dangerous. I am trying to figure out how to set a routine that loops and fulfills a condition based on a date being set. The scenario is as follows.
- Customer order is received
- Order begins processing
- Vendor PO is created
- Estimated ship date is put into a variable
Its at this point i would like to have a loop where the task is assigned to check shipping status of order but the user is not prompted until the Global Variable GV_EstShipDate = Today. I have set a Conditional Task that checks for this but my question is if the date does not equal the Estimated Ship date, how do I send it back to check the next day. So is there a way to execute a task or fulfill a condition using a time function that delays or checks at intervals?