Create a schedule job for request item

yardenKrispel
Tera Contributor

yardenKrispel_0-1713696748986.png

I need help! How do I do this task?

10 REPLIES 10

Sohail Khilji
Kilo Patron
Kilo Patron

HI @yardenKrispel ,

 

Create a schedule job with gliderecord and get the list of records whose end time for performing is today. once the list of records are returned you can trigger an event which will inturn trigger the notification. so basicallly you need to create 3 components here.

 

1. A event in a event registry module.

2. A notification whose trigger conditon is Event.

3. Ascheduled job which quries the list of record using gliderecord and triggers the event

 

i hope this helps...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Yes, I understood the notification and the event, but I did not manage the scheduled job

which table your looking the data for ? 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Request item