Need a Wait Script for a condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 11:45 AM
Hey everyone,
I'm not a scripter but I am looking for a script which I can place in a workflow "Wait for Condition".
I am trying to have a script meet the condition of requiring my change management fields Change Plan, Backout Plan, Test Plan be completed before the change can move to the next level which is for approval. If a Change Plan, Backout Plan and Test Plan the script should notify the requestor via a popup screen that these fields need to be completed before it can move on to the next step of the workflow.
Any help would be greatly appreciated. If I need to better explain please let me know.
Thanks,
Domenic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2014 07:31 AM
IT WORKS!
I just had to find a condition that would trigger the Policy UI to enforce the mandatory fields.
Thank you somuch!!!
Domenic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2014 12:39 PM
Or use:
alert('your error msg here');
For the pop up window