Hi there,
I currently have an ordering system created on Zoho Creator. This is for when we want to order goods from suppliers.
I have created a blueprint for these orders. Simplified it comes down to something like this:
- Order to be approved
- To be dispatched
- To be delivered
- To be inspected
- Finally Approved (final stage)
- Finally Denied (final stage).
However, our buyer accidentally marks items as "Finally Denied" instead of "Finally Approved".
This leaves the whole order unfinalised. How can I programatically step in and fix such an order's blueprint state?
Am I able to have a Function retrieve the order and change the blueprint stage, or reset the blueprint or anything that would fix the order?
Please help. I'm not sure what the best way going about this is.