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
avtopi786avtopi786 

AccountShare object UserOrGroupId

Hi,

 

I'm trying to find a way to create join between AccountShare and User object.

 

The query below that joins AccountShare and Account object works fine:

select id, userorgroupid, account.name from accountshare limit 100

 

BUT, this one doesn't:

select id, userorgroupid, user.name from accountshare limit 100

 

Any ideas/?

 

thanks in advance