Hi all,
I have a situation with a deployment to a charity.
There is a custom entity called 'Donations' - this contains all of the info when somebody donates to the charity. The charity has people who pay a set amount on a recurring monthly direct debit, direct to the charity. Rather than create these manually within
Dynamics every month, I need to write a workflow to automate this.
I have added a radio button on the Donation form called 'Recurring' - below is a simplified version the workflow (WORKFLOW1)
- If recurring = YES
- then Timeout for one month
- After 1 month, create record (properties all set to copy values from initial donation).
- Stop Workflow
Workflow is set to trigger on Record Create.
I manually create the first record (DONATION1), specifying it's a recurring Donation. WORKFLOW1 triggers on create, checks the recurring field, waits a month and creates a duplicate donation (DONATION2). So far so good.
The problem I have is this: The workflow DOES NOT trigger again on creation of DONATION2, which I need it to in order to continue to create duplicate donations at monthly intervals.
Any ideas how to work around this?