- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 05:15 AM
I have issue with servicenow now when we create a new sla definition recod in sla_contract table through custom rest api or from UI portal those record got attached and added with app package when we publish app to app repo so i need to exclude those record because these record are data for the instance not a changes and i don't want them to be applied for the other instances so can you support me to know how can i fix that and to avoid this to occur in the future as well by excluding them but how can i exclude them
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 06:08 AM
You can manually remove/delete them
from UI definitely it will be captured in update set and application file
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 06:08 AM
You can manually remove/delete them
from UI definitely it will be captured in update set and application file
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 06:41 AM
do you mean the application files of the scopped application after being published from publish to app repo ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2025 05:07 AM
I tried with you solution and it works thank you