Create a schedule job for request item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 03:53 AM
I need help! How do I do this task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 03:59 AM - edited 04-21-2024 04:00 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 04:04 AM
Yes, I understood the notification and the event, but I did not manage the scheduled job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 04:05 AM
which table your looking the data for ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 04:06 AM
Request item