- 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:
-
Scripting and Coding
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 06:24 PM
use current.getTableName() or current.sysclassname to get the table name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2020 05:17 AM
Hi rajneesh,
Is there a way to do this in client script rather than using the current object in server side script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2020 05:26 AM
You can use g_form.getTableName() in client script as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2020 10:06 PM
Hi Justin,
You can find the table name of any list of records by clicking on column header hamburger icon and then Click Configure > Table. You will be able to find the table name with all of its details.
Regards,
Madhuri