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
turbo2ohturbo2oh 

cannot select custom field via owner relationship on Event object

I've encountered an odd issue. 

 

I seem to be able to query owner.alias and owner.custom_field__c on the Contact object.

 

I'm also able to query owner.alias on the Event object. However, I'm unable to query owner.custom_field__c on the Event object.

 

Does anyone have an idea why this is? Obviously the relationship is in place because I'm able to pull through other fields via the owner relationship just not custom fields on Event owners.

 

Any help is appreciated!