I am using "Open a UX component to Edit Current Record in a List Control" action javascript to call a UX component for editing purposes.
When the called UX component opens, I have getValue/setValue javascript in this UX to get values of certain controls then use this info to show/hide properties other controls.
Placing my javascript in the onRenderComplete fires the first time I call the UX but not on subsequent calls unless the browser is refreshed first.
Is there a different client side javascript event I should use that will fire every time I open the UX using the above method?
Bookmarks