Salesforce Formulas & Functions Flashcards
(98 cards)
- (Multiply)
Multiplies its values.
/ (Divide)
Divides its values.
^ (Exponentiation)
Raises a number to a power of a specified number.
() (Parentheses)
Evaluates expressions inside parentheses first.
= and == (Equal)
Evaluates if two values are equivalent.
<> and != (Not Equal)
Evaluates if two values aren’t equivalent.
< (Less Than)
Evaluates if a value is less than the next.
> (Greater Than)
Evaluates if a value is greater than the next.
<= (Less Than or Equal)
Evaluates if a value is less than or equal to the next.
> = (Greater Than or Equal)
Evaluates if a value is greater than or equal to the next.
&& (AND)
Returns TRUE if both expressions are TRUE.
|| (OR)
Returns TRUE if at least one expression is TRUE.
& and + (Concatenate)
Connects two or more strings.
ABS
Calculates the absolute value of a number.
ADDMONTHS
Returns the date that is the indicated number of months before or after a specified date.
AND
Returns TRUE if all expressions are true; FALSE otherwise.
BEGINS
Returns TRUE if text begins with specified characters.
BLANKVALUE
Returns substitute expression if original expression is blank.
BR
Inserts a line break in a string.
CASE
Checks an expression against values; returns matching result.
CASESAFEID
Converts 15-char ID to 18-char case-safe ID.
CEILING
Rounds number up to nearest integer, away from zero if negative.
CONTAINS
Returns TRUE if text contains specified substring.
CURRENCYRATE
Returns currency conversion rate to corporate currency.