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.

Is it possible to check table names in Context menu Condition?

Community Alums
Not applicable

Is it possible to check table names in Context menu Condition? for e.g. ( tablename != "new_call") please advice.

1 REPLY 1

Matthew Swarts
Tera Guru

Hello,

The syntax you would be looking for is current.getTableName() != 'new_call' as shown below in the Condition field of the UI Action that is set to be displays as Form or List Context menu.

find_real_file.png