Syntax to give default value in xml file is:
<defaultvalue dataattribute="<Attribute name>" id="1234567" value="<enter the value>"/>
For example: Setting default value for PRIORITY as 2 while inserting new PM in Preventive Maintenance application.
<defaultvalue dataattribute="priority" id="1234567" value="2"/>
No comments:
Post a Comment