ui action should visible only whenwith respect to the check box value of another table

jobin1
Tera Expert

Hi All

We have a ui action called "View HTML on u_email_client table " and this button should be visible only when the u_company_config_intg table entry for u_company" demo" inside that filed u_html_email_content is true how this validation can be done?

jobin1_0-1700639210507.png

@Allen Andreas 
@Ankur Bawiskar 
any idea?

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@jobin1 

if you are able to dot walk then add that in the condition field

current.referenceField.u_html_email_content.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

jobin1
Tera Expert

actually, ui action is on one table and this html check box is on another table so  its not working