Skip to main content
Skip table of contents

Boolean

A Boolean (checkbox) value can have two possible states - true or false. It is the value type that expressions acting as conditions resolve into. Booleans also commonly appear in Salesforce query results representing values of checkbox fields.

Related commands

  • setBoolean
    Allows creation of Boolean variables within the logic.

  • set
    Allows creation of Boolean variables within the logic with the value expressions ${true} and ${false}.

  • setBooleanFormat
    Allows the text appearance of Boolean values when printed on a document to be customized from the basic forms "true and "false" into whatever else.

  • setBooleanParser
    Used to convert Strings of specified kinds into Booleans, after which they can be affected by a Boolean format.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.