- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 01:10 AM
Hi,
I have been trying to create a Routine change using standard change templates but was unsuccessful in doing so. I have looked at the StdChangeProcessor but couldnt find a way to tweak that.
I have also modified the standard change properties and have excluded the field Type from the from restricted change request values and have added the Type as Routine in my template. Unfortunately even this didn't work.
Can someone help me over here.
Thanks,
Srikanth Varma
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 06:02 AM
Found the answer to this, need to make changes to StdChangeUtils script include.
Override the default change type to 'Routine'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2016 10:07 AM
Srikanth,
When Standard Change feature was introduced, the "Routine" type of change was renamed as "Standard" change in the system. So you will no longer be able to create "Routine" changes, instead you can create "Standard" changes.
Any specific reason why you want to create "Routine" type of changes only, and not use "Standard" change as the type?
Regards,
Aditya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 06:02 AM
Found the answer to this, need to make changes to StdChangeUtils script include.
Override the default change type to 'Routine'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2016 11:47 AM
Srikanth,
Wondering if you could assist me with a similar issue, just trying to understand how to edit the ScriptInclude. Do I copy everything from the "StdChangeUtilsSNC" and then change the type, or do I only copy over portions of the script?
Our existing value was "Standard" and the new ServiceNow value is "standard".. Will this still work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2016 06:27 AM
Hi Tadd,
I have the same question. Do I copy everything from the "StdChangeUtilsSNC" and then change the type, or do I only copy over portions of the script?
Thanks.