I have to send notification prior 15 minutes to change request planned start date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 07:58 AM
Hi,
I have to send notification prior 15 minutes to change request planned start date. I have created attached screenshot things.
Can you please correct that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 08:03 AM
Please select asia/kolkata time zone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 09:00 AM - edited 02-09-2024 09:00 AM
Hi @niveditakumari ,
You can try creating a direct filter with scheduled start date is 15 minutes convert it into query n use the same in ur scheduled script.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024 01:03 AM
Hi @niveditakumari ,
You can create after business rule on insert and update and also create event and notification. its working on my PDI.
Business rule script :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:39 AM
Hi @Rohini S Sane,
To which table you have created business rule and do I need to give any condition in when to run as planned start changes and what will be better approach after business rule insert update or async business rule.
Can you please confirm for above.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 09:07 AM
Hi,
You can use the "wait for condition" (or) "Run Script" activity in workflow to validate 15 minutes time for your validation and configure "Send Notification" in workflow.
Thanks & Regards,
Sumanth Meda.