Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Make module for certain users

asd22
Tera Contributor

Hello.

 

I have a module i want to only be seen and used by one user at the moment. Can i have a argument with the user ID so only that user sees and can use it ? 
find_real_file.png

1 REPLY 1

Sebastian L
Mega Sage

Modules are restricted by role, so not sure the use-case here, but you could create a custom role for the user and add that to the module under "roles". If you wish to restrict the exact usage (so someone can now enter alm_hardware.do in the browser and would receive the list) you need to think about creating ACL for your use case. 

 

But just the module -> add the role to restrict it. 


Best regards,
Sebastian Laursen