Hi,
I would like to call an action recursively in CRM. The requirement is for an action to be called at 1 am every monday. Is this possible? if so how?
*This post is locked for comments
Hi,
I would like to call an action recursively in CRM. The requirement is for an action to be called at 1 am every monday. Is this possible? if so how?
*This post is locked for comments
Hi Rahul,
You can create a console application and schedule it using the task scheduler to run on 1 Am every Monday. Within the console application, you can execute your custom action.
www.c-sharpcorner.com/.../console-application-using-windows-scheduler
deepakexploring.wordpress.com/.../calling-actions-from-plugin-in-crm-2013
Hope this helps.
Hi Rahul ,
You can call your custom action from plugin , web service or any console application. You can create a console application and schedule it in windows task scheduler .
Hope this helps.
Hi Rahul,
Is this crm online or on prem?You cannot schedule an action or workflow inside crm,we have to develop a separate application that will be scheduled and will run action as desired.
Let me know if you need help in code.
Regards,
Shaminder
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
Victor Onyebuchi
6