Types of Operators In Salesforce

Use operators when building formulas. All operators are available everywhere that you can include a formula such as formula fields, validation rules, approval processes, and workflow rules, unless otherwise specified.

Types of Operators In Salesforce
Types of Operators In Salesforce
  1. Math Operators
  2. Logical Operators
  3. Text Operators

Math Operators


Logical Operators

  • = and == (Equal)
    Evaluates if two values are equivalent. The = and == operators are interchangeable.
  • <> and != (Not Equal)
    Evaluates if two values aren’t equivalent.
  • < (Less Than)
    Evaluates if a value is less than the value that follows this symbol.
  • > (Greater Than)
    Evaluates if a value is greater than the value that follows this symbol.
  • <= (Less Than or Equal)
    Evaluates if a value is less than or equal to the value that follows this symbol.
  • >= (Greater Than or Equal)
    Evaluates if a value is greater than or equal to the value that follows this symbol.
  • && (AND)
    Evaluates if two values or expressions are both true. Use this operator as an alternative to the logical function AND.
  • || (OR)
    Evaluates if at least one of multiple values or expressions is true. Use this operator as an alternative to the logical function OR.

Text Operators


Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0