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
Arup SarkarArup Sarkar 

Formula Field in Task Object for Activity Owner

Hi:

 

I would like to create a Formula field which will show the full name of the Activity owner. How can I achieve it? I have tried

"Owner.Name" it is not working, I know there is a relationship between Task and Owner since in SOQL I can access Owner.Name.

 

Regards,

Arup

Ritesh AswaneyRitesh Aswaney

Tasks are a 'special' object.

I recall having faced this earlier and think we concluded that we needed to have a trigger to stamp this value on the Task record.