Loading
시스템 관리자에 대한 피싱 방지 MFA 및 전 직원사용자 MFA 적용 안내 더 많이 읽기
Business Rules Engine
How Source Filters Work in Decision Tables

How Source Filters Work in Decision Tables

Narrow down the source object rows by using source filters when the source object has many rows. Use source filters to consider only relevant records from a large pool of records for decision-making.

Required Editions

Available in: Lightning Experience
Available in: Enterprise, Unlimited, and Developer Editions for clouds that have Business Rules Engine enabled
Source Filter Data Types and Operators
Supported Data Type Operators

Text

Static enum

Dynamic enum

  • Equals
  • Not Equals
  • Contains
  • Is Not Null
  • Is Null

Number

Double

Percent

Currency

Integer

Long

DateOnly

DateTime

  • Equals
  • Not Equals
  • Less Or Equal
  • Less Than
  • Greater Or Equal
  • Greater Than
  • Is Not Null
  • Is Null

Boolean

ID

  • Equals
  • Not Equals
  • Is Not Null
  • Is Null
Example
Example Consider a decision table with these columns and rows:
INPUT OUTPUT
Serial Number Product Name Status Product CODE
1 P1 Active P101
2 P2 Inactive P202
3 P2 Active P200
4 P1 Inactive P108
5 P1 Active P105
8 P1 Active P202
9 P2 Inactive P101
11   Active P303
12   Inactive P300

To consider only the rows that have Product Name as P1 and Status as Active, then create the source filter this way.

  • Product Name Equals P1
  • Status Equals Active

The results for these source filters are rows with Serial Number 1, 5, and 8. The decision table performs the lookup during actual run time for only these records from the source objects.

 
로드 중
Salesforce Help | Article