Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

how to restrict non-admin users from changing TOP-domain-records' domain field in List view.

Not applicable

Please help me on......
How to restrict non-admin users from changing TOP-domain-records' domain field in List view.
Any "TOP records domain should not be changed by non-admin users.

1 REPLY 1

Ranjit Nimbalka
Mega Sage

Hi @Community Alums ,

 

It's a UI Macro in SYSTEM UI called domain_select, change the line with:

var ds = new WelcomeWidgetSelectControl("gsft_domain", "itil", fillFunction, changeFunction);


TO

var ds = new WelcomeWidgetSelectControl("gsft_domain", "admin", fillFunction, changeFunction);

that should do the trick.

 

 

Regards,

Ranjit