- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2020 01:48 PM
Resource Plan:
My requirement is to notify project managers on 15th day before end date that the resource plan will expire.
I created a workflow and that works nice with the Timer & Event activity.
Workflow condition:
This workflow is triggered when meeting this condition.
When new Resource Plan is created, the custom field "Trigger Expiry Notification" is checked and then the workflow is triggered. This logic works on all new Resource Plans. But, on existing Resource Plans, when I manually check the custom field "Trigger Expiry Notification", it triggers workflow only on some Resource Plans while missing many.
What is the best way to trigger workflow on existing Resource Plans? or handle this existing Resource Plans in different way? I want to send the notification 15th day before the "End date".
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2020 01:58 PM
You need to run fix script to start workflow on existing resource plans.
Run below fix script to start workflow on existing records
Instead of current object, you can query requested item object and then run this script
var w = new Workflow();
var context = w.startFlow(<sys_id of the workflow goes here>, current, current.operation());
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2021 03:56 AM
Hi rajinis,
I also got the same requirement.
Need to send a notification 7 days before end date.
can you please guide me or share your workflow screenshots[i.e Timer, Create Event, Notification]
Thanks and Regards
Shakeel
Shakeel Shaik 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 08:24 PM
if u ve completed , please do share the ss