Hello All,
I have a calculated field, whose value is based on other fields selected in the form before saving.
Example:
<attribute name="customerType" label="Customer Type" type="string"/>
<attribute name="customerCode" label="Customer Code" expr="@customerType+'CUS'+CounterValue('counter')" type="string"/>
Though value is perfectly getting saved in DB, I am not able to see the same in the form against respective text field.
Kindly please help on how can I achieve this
Thanks,
SSB