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
sparkysparky 

Formula for Org of Partner User?

I'm using the Partner Portal.  I would like to have a formula field on Account that would display the org of the owner, whether that user be a partner user or regular user. 

 

Any way to do this without resorting the apex triggers?

 

Thanks!

MarkSilberMarkSilber
Unfortunately you only have access to the Owner ID field (as I'm sure you figured out). The only way would be an Apex trigger. To make it easier, you could just create a new lookup field to the User object and populate it with the Owner. You then could build any formula you need since you can reference all User fields for custom lookups to User.