A CreepySituation's ReportedBy and ResolvedBy fields both contain pointers to UserProfile objects.
A UserProfile has an "OrgCode" field which I want to pass in. I want to return all CreepySituations reported by people who belong to a given organization, that have not been resolved by anyone.
Here's what I've been trying:
{ "ReportedBy" : { "collName" : "UserProfile", "OrgCode" : "" , "ResolvedBy" : null } }
This does not appear to be close to correct. Am I making sense?
This syntax is enfuriating.