Hello All,We are creating a XML which which would be used to create a subform in a Notes DB.
We are able to export the XML of a subform and import the XML back to a subform in the database with out any issues…
Please find below the XML which we are trying to import to generate a subform.
The XML shown below does not generate a subform.
When a subform is exported as XML, there is a item tag with some encrypted values in it.
We would like to know if there must be a tag in the subform XML to generate the subform in addition to the tags which contain information of the fields in the subfrom.
I would really appreciate any ideas on this.
XML:
<?xml version="1.0" encoding="UTF-8"?>
<body>
<richtext>
<pardef id="1" hide="notes web"/>
<field type="text" kind="editable" name="jpVersionET">
<code vent="defaultvalue">
<formula>101
</formula>
</code>
</field>
</richtext>
</body>
<item name='$Info' sign='true'>
</item>
Thanks,
Sreeni.