Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 10:46 AM
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?
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2020 05:50 AM
Hi Justin,
Try this,
g_list.getTableName(); OR current.getTableName();
Regards,
Sagar Pagar
The world works with ServiceNow
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2020 06:04 AM
Sagaar,
That works! Thank you