- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:55 AM
Hello,
I want to get the table name from the list view of the table using the script.
Any help will be appreciable.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:59 AM
Hello @Sudhir10,
You can use the 'getTableName()' in your script by either using 'current' or variable name you have declared to get the table name from the list view.
var tableName = current.getTableName();
If the above solution resolve your issue, Please mark the solution as Accepted Solution and also mark it as Helpful.
Thank You.
Prathamesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:04 AM
Hello @Sudhir10,
If the above solution resolve your issue, Please mark the solution as Accepted Solution and also mark it as Helpful.
Thank You.
Prathamesh