I am using DMI fetch to populate the form components. I am specifying the title in ds.xml . Can i dynamically change the value of this title from server.
ds.xml:
<field name="LA_MSG_TEXT_1" type="text" title="message text"/>
can i set the title as "message text" from server fetch method?
ds.xml:
<field name="LA_MSG_TEXT_1" type="text" title="message text"/>
can i set the title as "message text" from server fetch method?
Comment