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

HrishabhKumar
Kilo Sage

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
Tera Patron

@HrishabhKumar 

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  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

14 REPLIES 14

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

 

Yes, due to the attribute as mentioned. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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

@HrishabhKumar 

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  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @HrishabhKumar 

 

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.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @HrishabhKumar 

 

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

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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