how to exclude sla definition record from being published within scoped app

tosa
Tera Contributor

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 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@tosa 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@tosa 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

do you mean the application files of the scopped application after being published from publish to app repo ? 

I tried with you solution and it works thank you