The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Hide a choice from kb_category for a user who is not part of platform group

Tushar
Kilo Sage
Kilo Sage

Hello Everyone -

 

I want to hide kb_cateogry = platform from users who are not of member of group with sys_id = 9b22f0be1b92605088d4b8c2cc4bcbaa

 

 

Tushar_0-1711637355082.png

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Tushar  

 

Might be you get some idea

 

https://www.servicenow.com/community/developer-forum/hide-question-choice-based-on-logged-in-user-be...

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

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

Tushar
Kilo Sage
Kilo Sage

kb_category is a lookup field using a picker, and I cannot directly remove options from such fields using g_form.removeOption().

Tushar
Kilo Sage
Kilo Sage

Any help here will be appreciated.