Activity Forums Salesforce® Discussions How to check for boolean fields in Salesforce?

  • Anjali

    Member
    October 28, 2020 at 11:57 am

    You can use the Boolean values TRUE and FALSE in SOQL queries.
    To filter on a Boolean field, use the following syntax:
    WHERE BooleanField = TRUE
    WHERE BooleanField = FALSE

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos