I am a salesforce administrator and I am told to create a new task every 90 days based on a date.
I have created a workflow rule which creates a new task 90 days after the data filed (Initial bill date 2 in my case).
The data field I am based on is a formula field. I tried to update the filed with a field Update action by adding 90 (Initial Bill Date 2 + 90) but I read Workflow rules considerations:
- Field updates occur before email alerts, tasks, and outbound messages. -Read-only fields like formula or auto-number fields are not available for field update action.
Until now I have created a workflow rule that triggers a Time dependent new task 90 days after initial bill date 2. I am not finding a way how to repeat this action every 90 days.
Can someone help with an answer? Thank you