We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Do new Group creation gets captured in an update set or not?

Not applicable

I have to create a new Group, new Role and a user criteria. And I want to capture that in an update set, but somehow that is not working.

What I have done:

1) create an update set, make it current.

2) create a group in sys_user_group table.

But the creation is not captured in my update set.

 

Questions:

1) Are groups captured in an update set?

2) If yes, what am i doing wrong?

 

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@Community Alums 

group creation is not captured in update set

Role creation/update gets captured in update set.

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

14 REPLIES 14

Not applicable

Creating a role! I think it is captured, right?

 

Yes, due to the attribute as mentioned. 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

@Community Alums 

creation of role is captured because of update_synch=true attribute

Also role is not data. Role helps you to restrict table, modules etc so it doesn't fit into data as it's crucial in access control.

AnkurBawiskar_0-1743406704130.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

Hi @Community Alums 

 

Did you check this, link of Anurag blog where he mentioned about same,

 

https://www.servicenow.com/community/developer-blog/what-gets-captured-in-update-sets/ba-p/2280698

 

I shared this in previous reply.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron

Hi @Community Alums 

 

Everyone's answer is correct here and to appreciate efforts, you can select all answers as solution ( if you are comfortable)

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************