hi guys
how to set value in dialog box field based on another dialog box field ( like on change of fields A should be value set in field B)
thanks and regards
mohd. eliyas
hi guys
how to set value in dialog box field based on another dialog box field ( like on change of fields A should be value set in field B)
thanks and regards
mohd. eliyas
done it
d.fields_dict.content.set_value(this.value || “”);
d.fields_dict.content.refresh();