- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 01:44 AM
In a condition for a list choice UI Action one can use the RP functionality, for example like this:
RP.isRelatedList() && currrent.problem_id != ""
Is it possible to get the name of the related list I am dealing with, i.e. "incident.problem_id" and put this as a part of my condition?
Tor
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 03:07 AM
Instead of related list name, can't you try using table name of the parent record ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 03:07 AM
Instead of related list name, can't you try using table name of the parent record ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 03:13 AM
Thanks Kalai,
This did the trick.
Regards
Tor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 07:56 AM