How to get table name when looking at list of records?

Justin1
Kilo Expert

Looking to get table name at the current list with a UI Action List Button.

Is there an OOB method to retrieve a table name of the current list you're looking at?

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Hi Justin,

 

Try this,

g_list.getTableName();  OR  current.getTableName();

 

Regards,

Sagar Pagar

The world works with ServiceNow

View solution in original post

10 REPLIES 10

Sagaar,

That works! Thank you