Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to show button only in a particular table

Shaik22
Tera Expert

Hello,

 

Created one table in that there is a relation with asset(alm_asset) table,i created one ui action in asset table this ui action is showing every table which is linked to asset.How to show that ui action only to my particular asset table.Please help.

1 ACCEPTED SOLUTION

@Shaik22 

in that case you can add this condition in that UI action

try this

parent.getTableName() == 'lost Request table name'

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

View solution in original post

5 REPLIES 5

@Shaik22 

in that case you can add this condition in that UI action

try this

parent.getTableName() == 'lost Request table name'

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