Verifying an Order
Hi Gurus,
Our project has the following flow while submitting an Order
1. Create Order
2. Customize
3. Verify Order
4. Submit Order
Step 4 (Submit Order) has been customized to call the Verify Order WF again, which is to ensure that the verify happens each time before Submission.
So, in case the user forgets to verify and submits directly, the Verify which is called within submit will take care of the verification.
Now, this is causing an overhead unnecesarily, since verify is being called twice. Is there any other smart way of Verifying/Submitting an Order?
Thanks,
Mukesh