Adding UI Action Selection to an update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:00 AM
Hello all,
ServiceNow support gave me the fix action of how to "set the log level for a specific REST message". The fix action works fine, but now I need to add the fix action to an update set. Here are the basic steps that SN gave me:
1. Navigate to the REST message record->HTTP method:
2. Find 'Set HTTP log level' in the related links
3. Select 'all' from the drop-down.
Anyone know how to add my change to an update set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:10 AM
hi @lonesoac01
as per my understanding you have done fix action changes in default update set and now you want to move that newly created update set, if yes follow bellow steps:
Open the Source Update Set:
- Navigate to System Update Sets > Local Update Sets.
- Open the update set containing the changes you want to move.
Identify the Changes:
- Under the related list Customer Updates, identify the records (updates) you want to move.
Mark the Changes to Move:
- You can either move individual changes or bulk move them.
- Open each Customer Update record that you want to move.
Copy/Move Changes to Another Update Set:
- Once you are in the Customer Update record, look for the "Move to Another Update Set" UI action. If you do not see it, you might need to add it through a UI Action.
- Click Move to Another Update Set.
- In the pop-up window, select the target update set where you want to move the changes.
Verify the Move:
- Navigate to the target update set.
- Check the Customer Updates related list to ensure the changes have been moved successfully.
I hope my answer helps you to resolve your issue if yes, mark my answer correct & helpful
THANK YOU
rajesh chopade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 12:15 PM
No, that is not it. I created an update set and then performed the UI Action. I checked the update set and it did not have the executed UI Action that I just performed. I am looking to add the execution of the UI Action into an update set.