Skip to main content
13-Aquamarine
April 21, 2023
Solved

multiple DynamicSchedulerThing, but through single services .how to implement on multiple scheduler

  • April 21, 2023
  • 2 replies
  • 2574 views

dear expert 

I created multiple DynamicSchedulerThing, but through single services. How to implement on multiple dynamic schedulers? i need java script code for above 

 

Best answer by Velkumar

Hi @Hariharasuthan 

 

Please follow the below steps :

 

Step 1: Create a new Scheduler ThingTemplate say 'MyCustomScheduler' from the default Scheduler Template

Step 2: Create a Subscription in ThingTemplate which you created in Step 1 

Step 3: Subscription Event should be SchedulerEvent and put your custom email code from Project YYYY

Step 4: Now create a new scheduler Thing say 'scheduler 1' from Template 'MyCustomScheduler'

 

So whenever an event is triggered it will execute the code from Project YYYY

 

/VR

2 replies

16-Pearl
April 21, 2023

Could you explain the scenario with more detail? I cannot follow what you did or try to do, sorry.

13-Aquamarine
April 22, 2023

step1:

scheduler 1 (weekly report) user 1

scheduler 2 (daily report) user 2

scheduler 3 (one hour report) user 3

scheduler 4 (monthly report) upto scheduler  N  (CRON ) values 

i have  multiple  scheduler created in project xxxx

 

step2:

i have my own service (email sent ) created in project yyy

 

step 3:

 

 integrated to the step1 and step2 , regarding.

multiple scheduler user applying through via the email service. this type need code how to config please share me

 

thanks And Regards 

Hariharasuthan

 

 

 

19-Tanzanite
April 21, 2023

Hi @Hariharasuthan 

 

Could you please elaborate on your case with some example

 

/VR

13-Aquamarine
April 22, 2023

step1:

scheduler 1 (weekly report) user 1

scheduler 2 (daily report) user 2

scheduler 3 (one hour report) user 3

scheduler 4 (monthly report) upto scheduler  N  (CRON ) values 

i have  multiple  scheduler created in project xxxx

 

step2:

i have my own service (email sent ) created in project yyy

 

step 3:

 

 integrated to the step1 and step2 , regarding.

multiple scheduler user applying through via the email service. this type need code how to config please share me

 

thanks And Regards 

Hariharasuthan

 

 

 

 

 

Velkumar19-TanzaniteAnswer
19-Tanzanite
April 23, 2023

Hi @Hariharasuthan 

 

Please follow the below steps :

 

Step 1: Create a new Scheduler ThingTemplate say 'MyCustomScheduler' from the default Scheduler Template

Step 2: Create a Subscription in ThingTemplate which you created in Step 1 

Step 3: Subscription Event should be SchedulerEvent and put your custom email code from Project YYYY

Step 4: Now create a new scheduler Thing say 'scheduler 1' from Template 'MyCustomScheduler'

 

So whenever an event is triggered it will execute the code from Project YYYY

 

/VR