Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

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
Kilo Sage

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