Get the name of a related list in a list choice UI Action

torwc
Kilo Contributor

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

1 ACCEPTED SOLUTION

Instead of related list name, can't you try using table name of the parent record ?


View solution in original post

7 REPLIES 7

Instead of related list name, can't you try using table name of the parent record ?


Thanks Kalai,


This did the trick.



Regards


Tor


Hi @torwc ....

I do have same requirement. How did u resolve ur requirement?

 

Thanks