Can i run a operation advisor or a Operation Participant without a Save operation ?
Hi,
I am working on a requirement where i need to trigger a plugin based on a particular date. Suppose in my code i have set the plugin date of execution on 1st September . Then on 1st September my plugin should get triggered automatically and execute as per the code written in plugin. So is there a way to achieve it ?
Accepted answer
You would need a different kind of extension an example would be an asynchronous task: https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/
You will have to manage the triggering yourself.