Go to a Form.
Add a new button in a form cell which does "execute javascript".
In that JS, I want to call a function, but I need the values of form fields.
having trouble with syntax.
cant use the usual suspects:
<<Cust.CustNum>>
{Cust.CustNum}
data["Cust.CustNum"]
tried var tag = parser.getField ("CustNum").getValue (); but "parser" is unknown. This is normally used in a Render script.
Plenty of examples for getting this in a Grid using the "parser" object.
Pretty sure I've done this before... just can't find it.