Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to get values of current record from Related list UI Action?

Andrii
Kilo Guru

Hi,

I need to get some values of the current record from UI Action on Related List of current record - how do I do this?

1 ACCEPTED SOLUTION

RP.isRelatedList() && typeof parent != "undefined" && parent.state== 5


View solution in original post

5 REPLIES 5

Ashutosh Munot1
Kilo Patron
Kilo Patron

Simple way it to use getParameterValues('sys_param')