- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2019 02:39 AM
There are 200 odd SLAs on a table which currently extends Incident table and it has one of the condition as Incident State = Open.
Now in our new instance the same table will extend task table and will use condition as State = Open.
Can we update all the SLA's with condition as State = Open where ever it is showing currently as Incident State = Open via a script?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 10:51 PM
Export the SLA's in XML and update the state value in them. Once done, re-import these in the environment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2019 03:10 AM
Hello,
Even you can use a background script or you can use the "sla repair" that calls a workflow that changes the SLAs.
Check this for more details: https://community.servicenow.com/community?id=community_question&sys_id=33c8cb61db5cdbc01dcaf3231f96...
Kind regards
FIKRI BENBRAHIM Mohamed Jawad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 10:51 PM
Export the SLA's in XML and update the state value in them. Once done, re-import these in the environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2020 10:52 AM
Why export, and then import? Why not modify it right in the system, by updating the Condition field?