Hi All,
I have added custom fields on E panel in M3 program.
Via H5 Script I have made this custom field as browsable, When I select a value from a column it doesn't appear in the custom field.
I have tried using the id of the field while setting the value but no luck.
Using the below line to set value
fieldElement.val(this.fieldValue).focus();
also tried with fieldElement.text(this.fieldValue)
Any information on how to handle this issue?
Thanks,
Jags