GlideRecord getRelatedRecords method not documented
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2013 01:17 PM
I am trying to refer to a record in a related list via a script in a workflow. In the Script Action form I have the option to use a getRelatedRecords(String, String) method. However, this method is not documented in the wiki nor can I find any information about it online. Is this method supported? Should I use getRelatedLists() and then query the returned table instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2013 08:28 AM
I'll second this. It'd be helpful to have documentation on getRelatedRecords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2014 09:19 AM
Thirded!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2014 09:57 AM
I don't why this is not currently documented, but I did find one use of it in the CIUtils Script Include. It's in the _addParentServices function. Perhaps that might give you some hint/insight as to how it can be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2014 10:03 AM
That's actually how I found it to be frustrated by the lack of documentation about it.