Skip to main content

Conditional Sections

Conditional sections let you generate some partd of the document conditionally, based on record context criteria.

Proper format

#CONDITIONAL_SECTION condition={!conditionFormula}#

Section content

#END_CONDITIONAL_SECTION#

Example

#CONDITIONAL_SECTION condition={!ISPICKVAL(Account.Industry, "Banking")}#

Banking Industry Terms:

All profits and losses shall be shared based on the following ownership percentages:

{!Account.Name}: 30%

Forciit: 70%

Distributions will be made yearly.

#END_CONDITIONAL_SECTION#