Grid - Advanced Filtering
Using Junctions
{
"or": [
{
"ParentId": {
"operator": "=",
"value": "$recordId"
}
},
{
"UltimateParent__c": {
"operator": "=",
"value": "$recordId"
}
}
]
}Using Inline SOQL
Using Parent Field
Using $USER
Using $CUSTOMSETTING
Using $APEX
Querying All Rows
Last updated
Was this helpful?