При создании фильтра данных существуют ограничения по объему манипуляции данными. В этих случаях используйте двойную фильтрацию. Например, вычисленные поля не поддерживаются фильтрами, но вы можете использовать вычисленное поле в фильтре, объединив функцию filter(), вычисление резюмирования и функцию contains().
Требуемые версии
Доступно в версиях: Salesforce Classic (недоступно во всех организациях) и Lightning Experience.
Доступно в версиях: Enterprise Edition, Unlimited Edition и Developer Edition.
Доступно за дополнительную плату в версиях: Профессиональная версия с включенным API веб-служб
Создайте расчет резюмирования MultiYear1YearLaterIDs, использующий функцию transform_list() для трансформации возвращенных возможностей в список кодов возможностей.
=transform_list(MultiYear1YearLater, Id)
Совет Выключите трассировку для этого расчета.
Создайте фильтр ClosedWonByRepOneYearLater, использующий функцию contains() для возврата только возможностей с кодами, соответствующими возможностям, возвращенным сводным расчетом MultiYear1YearLaterIDs.
=contains(MultiYear1YearLaterIDs, Id)
Добавьте этот фильтр к правилу выплат.
Используйте двойные фильтры аналогично стандартным фильтрам данных.
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required Cookies
Always Active
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional Cookies
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising Cookies
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.