User record in update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2019 10:03 PM
Hello All,
I want to capture the user data into update.
As soon I add new record in sys_user table it has to be capture in update set.
I tried by adding update_sync attribute to sys_user table, it is not allowing me to add this attribute.
Can you please on this.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2019 10:07 PM
Hi Sunil
You can use 'Add to Update Set' utility to add records to an active update set.
Have a look at Add to Update Set Utility
Let me know if it helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2019 10:54 PM
Seconding the comment by Abhishek Gardade
***
Do not do this - it is not supported
I tried by adding update_sync attribute to sys_user table, it is not allowing me to add this attribute.
IF you have done this, do not promote this change up your environment stack and refresh your environment!
This is no longer the supported way to do this!
It sounds like what you really need here is an intergration to sync the user table across your environments.
Consider using Import Set functionality.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2019 10:08 PM
Hi Sunil,
you need to add that attribute in collection type of field,
to which dictionary entry you are trying to add that
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2019 10:12 PM
I am adding to collection type field only, but it is not allowing me to add.
Trowing error like you can not add..