Form Data Exchange Element Properties

Form Data Exchange is used in conjunction with the Form Hierarchy form element.

Form Data Exchange allows you to copy (pull) data from one form to another (push).

Use the Form Data Exchange control in the child form, to exchange the data between parent and child forms using Push and Pull properties of this control.

Back to Form Elements

Related topic: Element Properties

Property

Description

Name

Name of the control.

Label

Label of the control.

Push

The Source and destination field names to which to push the data from child to parent form. The data will be pushed to parent form only when child process is completed. Example: ParentField1=ChildField1, Parentfield2=ChildField2

Pull

The Source and destination field names from which data is pulled from parent to child form when child process is launched using Form Hierarchy Control. Example: ChildField1=ParentField1, ChildField2=Parentfield2

Video: Form Hierarchy & Form Data Exchange elements

For a video demonstration of the basic use of the Form Hierarchy and Form Data Exchange elements, click here.