...
AND means all conditions must be true.
OR means at least one condition must be true.
...
...
panelIconId | 1f5e8 |
---|---|
panelIcon | :speech_left: |
panelIconText | 🗨️ |
bgColor | #DEEBFF |
...
For Example, If you have three filters:
Opportunity Stage = Closed Won
Account Type = Customer
Last Activity Date > Last 30 Days
You could use the following custom condition logic to display results that meet your criteria:
1 AND (2 OR 3)
This logic means that only records where the Opportunity Stage is 'Closed Won' and either the Account Type is 'Customer' or the Last Activity Date is within the last 30 days will be shown.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, Suppose you below filters
Custom Condition Logic: Explanation:
|
Dynamic Filter criteria:
You can also apply the same filter criteria dynamically to your related list, allowing for real-time adjustments based on the selected conditions and value sources.
This flexibility ensuring the related list always displays the most relevant data as per your current needs.
...