CRM2016
When a customer (account entity) cancels their contract with us, we set their new_servicestatus to cancelled (new_servicestatus optionset value 2 )
What I would like to do is when the option is set to cancelled, to trigger a scheduled task to deactivate the account on the 10th of the following month
The reason for this is to ensure that the customer is billed for their notice period.
I don't know if I need to put in a field for cancelled and a task is driven from this
I would welcome any advice as to if this can be done and any example code if possible.
*This post is locked for comments