Hi
Is that possible to set timer only one time in a year. eg. December31 night ?
If yes, what are the possible ways and what is the best?
Thanks ahead
EM
Hey EM,
I don;t think we have a straightforward option to do it, An approach I can think of is to set it for last day of every month and in your timer logic the first step should be to check if it's December then only go to next step, else exit.
Hope that makes sense !
Cheers,
Tushar
EiMon WA wrote:
Hi EiMon,
We don't have option to schedule the timer on particular date. But we can create timer schedule daily at one 00.00 to execute action called "cehckifyourtimerdate" in that action you check if current date is Dec 31 then Wake<Timer Name> i.e you timer to run otherwise do nothing.
cheers....
you need to do one thing Use "Cyclic_job" and Meta_Cyclic_Job. enityt in your application
Meta_cyclcic_job is content timer Name
Cyclic_job content timer details next_run ,Last_RUn,
So progamatically you can set date in next run once the time match TImer will be run.
Hope this will help you.
Regards
Rahul Sahu
Rahul Sahu wrote:
Dear Rahul
i have found those entities in the system. It became complex for me to implement and to understand .
what if , we dont use those entities?
If someone share me the sample oml for this topic , it would be helpful in forum.
Sincerely,
eimon