I have a problem reading my Argument from a UX component.
It's a simple Set Value at Run-time however for some reason it is not reading the Value of the field just the field name ( it does this with all fields I try)? Do I have to set the Argument to Run?
arg1.JPG
The result. I'm viewing the Argument via a button with the below code.
arg2.JPG
ThanksCode:var x = {dialog.object}.argumentValue('CUSTOMER_PO'); alert(x);
Bookmarks