Set to 'Update_Synch' as False

pgarg
Tera Contributor

Hi Team,

Can we change the value of 'Update_synch' attribute? If yes then from where we can change it ?

Regards,

Pooja Garg

Pooja Garg
1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Pooja,



I recommend reaching to customer support if you need to do something like this. That attribute is generally not available to customers for a good reason.



What is the requirement for wanting to turn this off? It determines which records get captured in update sets. Without it, you could miss key configurations to your system.


View solution in original post

5 REPLIES 5

Chuck Tomasi
Tera Patron

Hi Pooja,



I recommend reaching to customer support if you need to do something like this. That attribute is generally not available to customers for a good reason.



What is the requirement for wanting to turn this off? It determines which records get captured in update sets. Without it, you could miss key configurations to your system.


Hi Chuck,



Thanks !! For learning purpose, I want to know this. There is no other requirement.



Regards,


Pooja Garg


Pooja Garg

OK, if it was purely for knowledge sake, I'd say I answered your question.



Please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you


Julian Hoch
ServiceNow Employee
ServiceNow Employee

Only records considered as part of the "configuration" is part of the Update Set. If you have custom tables you consider configuration and want to part of the update set, you should extend Application File (sys_metadata). You can also rebase existing custom tables.


If you have some data that does not extend sys_metadata and you want to transport this as part of your deployment, you have the "Create Application Files" link:



find_real_file.png



If you are working in a scoped application this data will then be part of the application data and can get deployed. You can in theory also use it to force data to update sets, but there are better solutions to do this on share.