Rule Boolean allows you to perform logic on rules. Some are ‘Action’ based, whereas others are ‘Property’ based. Please contact ESPC Support to confirm for the rule you wish to create.
A practical example of this might be “Has the vendor returned the Money Laundering declaration document? If so, do not process next rule, if not process next rule to send a reminder.”
Rule Boolean is entered into the Rule Boolean input box when creating or editing a rule.
Available operators with a description of each follows:
action.isFormal | Use with Note of Interest Trigger Events. The rule runs only when the NoI is Formal. |
!action.isFormal | Use with Note of Interest Trigger Events. The rule runs only when the NoI is NOT Formal. Note the use of !. |
action.isVendorContact | Use with Viewing Trigger Events Use if you only want a rule to fire if the viewing contact is the ‘seller’. |
action.isAgentContact | Use with Viewing Trigger Events. Use if you only want a rule to fire if the viewing contact is a ‘viewing agent’. |
action.isOtherContact | Use with Viewing Trigger Events. Use if you only want a rule to fire if the viewing contact is a ‘other contact’. |
action.isCancelled | Business rule will ONLY trigger if the event is cancelled. |
!action.hasFeedback | Use with Viewing Trigger Events. Business rule will NOT trigger if viewing feedback has been saved in the viewing Feedback section. Note the use of !. |
Note: A leading exclamation mark ( ! ) denotes NOT true.