UI Action Visibility based on user field in form

Community Alums
Not applicable

Hi ,

I want to show the button on the incident form only if the caller of the incident is VIP  user, else the button should be hidden.

Please help how I can I achieve this.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Community Alums 

simply add this in UI action condition

current.caller_id.vip.toString() == 'true'


If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

@Community Alums 

simply add this in UI action condition

current.caller_id.vip.toString() == 'true'


If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader