Hi everyone
Is it possible to do a "for each" loop through related data, where the relationship is not directly to the Contact?
I have 2 requirements:
- Display information from an entity that's in the 1:n relationship with the Account entity.
So it's basically 2 hops away from the Contact entity. - Is it possible to return a subset of records (based on a filter query) from that 1:n relationship between the Account and the other entity?
E.g. only the records created this month
Thanks very much
Rean


Report
All responses (
Answers (