Following is the exact scenario in my CRM implementation:
There are two entities:
- Customer >> Customer Name, Auto-update customer orders?
- Order >> Order Date, Order Amount
Order entity has standard status and status reason fields, where status reason has options such as -> "Added to cart", "Ordered", "Reminder to Buy", "Delivered"
The ultimate goal is to set status reason of Order entity to "Reminder to Buy", if the current status reason is "Ordered", and current date is "Order Date + 12 days" for all customers having "Auto-update customer records?"
Can anyone please suggest what should be the best approach to achieve this?
Thanks