Loading

Using Sets in Calculated Fields

Дата публикации: Apr 23, 2025
Задача
How to use sets in calculated fields.
Действия
Sets return either TRUE for all members in a set, and FALSE for all members out of the set. Because sets already return TRUE or FALSE, the set is the only thing needed in the conditional statement.

For example, the following calculation:

IF [Customer Name] = [Set 1]
THEN 1
END


could become:

IF [Set 1]
THEN 1
END
Номер статьи базы знаний

001456460

Вложения

sets in calcs example.twbx

1241 KB

 
Загрузка
Salesforce Help | Article