Problem - State visible only for particular group

nameisnani
Mega Sage

Hi Team ,

 

We have a requirement on Problem table 

 

Ptask - " complete " Ui Action should be only visible to certain group .

Problem - " Resolve" Button should be only visible to certain group . 

 

Example group - ' Sbc_prb_grp'

 

nameisnani_0-1712043519904.pngnameisnani_1-1712043573960.png

 

 

Can anyone please help me with steps and Please provide screenshots .

 

Please provide configure steps and screenshots.

 

Thanks in Advance .....

 

 

16 REPLIES 16

Hi @Harish KM 

 

My requriment is any one can create problem record , but problem analayser group member can only resolve that problem .

 

how should i achieve 

Hi @nameisnani what role does your problem analayser group have? do they have write access to problem table? if yes then in your UI Action resolve keep only this condition

gs.getUser().isMemberOf('groupname')

Regards
Harish

hi @Harish KM 

 

Problem analayser group doesn't have any roles . 

Hi @nameisnani you can try removing the other condition and place the condition to check only group name , it should work mean while you can check with the User why they want to allow a group who donot have any role need to work on problem records?

Regards
Harish

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @nameisnani 

 

The visibility of these UI action depend on the role assigned to user. If you want t make changes better give require role to group instead of changing the conditions of the button.

 

AGLearnNGrow_0-1712044161906.png

 

 

Else you need to add the condition in UI action.

 

*************************************************************************************************************
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]

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