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.

How to use "Add me" icon from glide_list on the "assigned_to" field

smarti37
Kilo Sage

Hi guys,

My objective is to add "Add me" icon (used with the field "watch_list") next to the field "Assigned To".
I try to understand how the UI Macro "lightweight_glide_list" works but I'm not aware with Jelly script 😞

This UI Macro must include the "can_write" function to avoid unexpected updates (e.g. avoid update on read-only field).

Do you have an idea to create an UI Macro "Add me" that can be added on sys_user reference field ?

I hope you can help me 🙂

Thanks.

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

This is a good idea. I just wrote an article this morning showing how you can do this. Let me know how it works!

http://www.servicenowguru.com/system-ui/ui-macros/add-me-ui-macro-user-group-fields/


View solution in original post

8 REPLIES 8

hafka
Kilo Explorer

I'm also interested about this. I'd also like to know how to change the assignment group at the same time.


Mark Stanger
Giga Sage

This is a good idea. I just wrote an article this morning showing how you can do this. Let me know how it works!

http://www.servicenowguru.com/system-ui/ui-macros/add-me-ui-macro-user-group-fields/


Excellent !
I will try this on next week 🙂

Many thanks for your assistance Mark.


I created the UI Macro as described by Mark and it works very well !
Read only rules based on the ownership are respected too.

Excellent 🙂