obtaining related list names for scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016 09:37 AM
I am configuring a form and trying to get the names of related lists in order to utilize library g_list. What is the easiest way to get the name of the list?
g_list.get(g_form.getTableName() + '.<listname>').setFilterAndRefresh('');
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2017 12:35 AM
pradeepksharma Any thoughts, Ideas about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2017 07:50 AM
Hi William,
You can use
g_form.getRelatedListNames();
This gives all the related list names in a array
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 11:59 PM
Hii Deepak,I am fresher in Development can you please tell me how to fetch array data on form.