Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

List Collector Hide Email Option

Katie A
Mega Guru

I have a List Collector that stores user records to add as approvers.

Since Approvers are generated via the sysid user records, I want to HIDE the email option so the technician does not accidentally add an external email address there.

Screen Shot 2015-09-30 at 10.03.59 AM.png

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Kathryn,



Personalize the dictionary on the field and then have the attribute


no_email=true


Screen Shot 2015-09-30 at 7.54.58 PM.JPG


Dictionary Attributes - ServiceNow Wiki




I hope this answers your question.


View solution in original post

3 REPLIES 3

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Kathryn,



Personalize the dictionary on the field and then have the attribute


no_email=true


Screen Shot 2015-09-30 at 7.54.58 PM.JPG


Dictionary Attributes - ServiceNow Wiki




I hope this answers your question.


srinivasthelu
Tera Guru

Basically Dictionary attribute controls it. Just copied below the statement from wiki.



no_email


true/falseany glide_list field referencing sys_userIf present or true, the email box is removed from the glide_list field like the "Watch list" field.

Right click on the field, select configure dictionary and add no_email=true in the attribute fieldScreen Shot 2015-09-30 at 7.50.58 PM.png


is this can be hidden by client script ?


based on users options it should hide or visible