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
Carolina W 2Carolina W 2 

How can I get a User's field in Account Team Member?

Hi!

I have a field in "Account Team Member" called "MemberEnrollment__c" that have to get the value of "Enrollment__c" (field in "User")


How can I do it? I've tried by formula but I doesn't work...
VinayVinay (Salesforce Developers) 
Hi Carolina,

Unfortunately, you cannot pull User field on Account Team Member.  Kindly review and vote for this feature below.

https://trailblazer.salesforce.com/ideaView?id=0873A000000U41EQAS

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
CharuDuttCharuDutt
Hii Carolina 
Make Formula field in "Account Team Member" object
field type "Text"
And Formula field insert the field as shown in image below.
User-added image

Please Mark It As Best Answer iIf It helps.
Thank You!