Related List UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 11:15 AM
Hi experts,
I know we can use g_list.getChecked() to get all the selected records in a related list, but is it possible to get all the records in the related list, without selecting all the records( also not clicking on the bottom of the list which selects all the records automatically, but you have to scroll down to the bottom of the list)?
If not then I have to use select all at the bottom of the list, but I'm hoping to avoid that.
Thanks in advance!
Additional Info: Also my related doesn't has any reference field which connects these two tables, I dig deeper turns out there is another table which is connected to both tables, but I can't use with 100% accuracy, there are many conditions to remember and code them.