function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cmarzillicmarzilli 

All SelfServiceUsers for an account?

Is this type of query even possible?  I keep getting the INVALID_TYPE error.
 
QUERY:
 
SELECT A.ID, A.Name, (SELECT C.ID, (Select S.ID FROM C.SelfServiceUsers S) FROM A.Contacts C) FROM Account A
SuperfellSuperfell
You can't nest aggregate queries.