Documill Dynamo
Breadcrumbs

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. Boolean also commonly appear in Salesforce query results representing values of checkbox fields.

  • 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 Boolean, after which they can be affected by a Boolean format.