Can I use relationships in SOSL?
Example: Find all first names that start with 'Roc' within Position__c
FIND \'Roc*\' IN ALL FIELDS RETURNING Position__c(Id, Contact__r.FirstName WHERE Title__c = 'Paper Jammer')
|
Can I use relationships in SOSL? Example: Find all first names that start with 'Roc' within Position__c
|
|||
|
|
|
SOSL supports traversing relationship query . I remember we discussed same in community. Here is the link of community
|
|||||
|
|