Skip to content

development conditions

Tim Stair edited this page Mar 18, 2018 · 2 revisions

SAMQ Development: Conditions

Conditions are logical checks performed using values set (or not set) via Adjusments.

Usages

ConditionalText

Conditions are used to control what text is returned.

Responses

Conditions are used to control the state of a Response.

Condition Types

Equal

This condition will pass if the field has the value specified set.

Not Equal

This condition will pass if the field does not have the value specified set. This condition will pass if the field is completely unset as well.

Greater or Equal

This condition will pass if the field is set to a value greater or equal to the value specified on the condition.

Less or Equal

This condition will pass if the field is set to a value less than or equal to the value specified on the condition.