Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The purpose of this is when a field is deleted from the form, it can be possible to restore it back. It can be done via XML import and changing the status for the field. 

 Click here to view the steps...
  1. Go to the forms list page
  2. Click on the create button and Create one form with fields.

      3. Delete one or more fields from that form and export that form XML.

      4. The list of deleted fields is available in the exported form XML underneath the <deletedFields> tag as below:

<deletedFields>
  <field udn="age"/>
  <field udn="mrns.site"/>
</deletedFields>

      5. The deletion of form fields can be undone by adding the following section in the XML to be imported:

<undoDeletedFields>
  <field udn="age"/>
  <field udn="mrns.site"/>
</undoDeletedFields>

      6. Move the fields from "<deletedFields>" section to "<undoDeletedFields>" which you want to undo.

      7. Import updated XML file, after import deleted field is undone:

  



  • No labels