Document Section

Definition

A document section is a collection of information fields on a document. By providing a condition for a section, you define when Atfinity should ask for the information that belong to that section.

Example

Information on a person's employer should only be asked if that person is, indeed, employed. If the person is not, the fields shouldn't cloud the information gathering process, as they're irrelevant.

To reach this, you could create the section 'Employer Information' and add these information fields to it:

  • Name of Employer

  • Address of Employer

  • Phone number of Employer

  • Contact Person at Employer

As condition for this section to be included in the information gathering process, write:

p.is_employed

When the condition is true, the section will be included and all information belonging to this section will be asked for.

Last updated