


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
Views
Replies
Sign in to like this content
Total Likes
after saving form, when you refreshing it still value not coming over form for the text field?
Views
Replies
Sign in to like this content
Total Likes
This has been solved, added custom fields in xpathsToLoad in the Input Form.