Catalog Property is not capturing in update sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 09:20 AM
Hi Team,
Wondering if catalog properties is capturing in update set or not?
recently created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 09:42 AM
Hi @pramn,
Is your question: Are system property (sys_properties table) changes captured in an update set?
In an out of box fresh instance, on the latest version - yes. However, please take note of the following article re 'private properties':
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0760517
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 09:50 AM
I have created in u_catalog_properties table , however its not getting captured in Update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 02:12 AM
Hi @pramn,
So if I understand you correctly, you have a custom table and this 'update' actually seems data related. If this is the case, data updates would not be captured in the update set.
However, you can force records into an update set several way... check the tried and tested SNGuru site:
https://servicenowguru.com/system-definition/manual-update-set-inclusion/
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie