Passing parameters to Custom Form thru Form Personalizations
Hi,
I am trying to pass the Order Header ID from Quick Sales Order form as a parameter to a custom form that I am launching from Tools Menu (enabled thru Form Personalization).
I am using this syntax: ='HEADER_ID='||:ORDER.HEADER_ID ... but can't seem to get it to work.
The Custom form does have the HEADER_ID parameter defined and I am setting the Initial Value of my Header ID Item in my Custom Form in WHEN-NEW-FORM-INSTANCE trigger.
Yet when the Custom Form opens, it does not open with the Order Number automatically populated.
What am I missing here?
0