- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 03:51 AM
How do we make all Emergency change risks to be in high priority by default when the option "Change Request > Emergency: Unplanned changes necessary to restore service. These changes require CAB authorization only." is clicked.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 08:44 PM
okay.
Step 1. you need to edit the change module as mentioned step 1 above.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2017 02:49 AM
I created a business rule on the [change_request] table with:
- "when to run": Type | is | Emergency
- "actions": set field values PRIORITY to "2-High"
Tested with raising a new emergency change, it flicked the priority to high after the record is saved.
If you're a recent developer, have you attended our Scripting course? We cover business rule functionality on there. We also introduce Business Rules on our sysadmin course, although don't delve too deeply into it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2017 02:56 AM
Dear Mr. David Smith,
No, I haven't attended the scripting course. Just curious to know if it is available for free for me to take it?. I shall try to create one if my client script is not working. Great to hear that it worked for you, I shall surely try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2017 03:11 AM
Nandan Manjunath wrote:
No, I haven't attended the scripting course. Just curious to know if it is available for free for me to take it?.
It is not free - but if you are doing any serious platform development then it's pretty much mandatory and should be easy to cost-justify with your organisation.
As an example: what you are trying to achieve is a 5-minute task, with the proper training. Will you be doing much platform development? Do you have trained SN developers there?