Page Branchings
A branching can be added a page with the branching function. The branching function takes two arguments. The first argument is the label of the page element to branch to. The second argument is either a qualification string or the :always flag.
Page Branching Flags
The :always flag will configure the branching to always branch to the specified page.
Page Branching Options
The :description option will configure the description of the branching.
Creating Page Branchings
branching "Confirmation Page", :always, :description => "Confirmation Branch"
The branching above will always result in branching to the Confirmation Page.
branching "Approver Page", '<FLD>User Type; ANSWER</FLD> ="approver"'
The branching above will result in branching to the Approver Page when the qualification string evaluates to true.