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
ChamingaDChamingaD 

Link Custom object with User and Chatter Profile

I have created Employee Object (custom object which contain details of employees in company). Now I need to link it with User account and Chatter profile.

 

How Do I do that ?

 

Thanks in Advance. :)

ChamingaDChamingaD

And How access Profile Picture in Chatter from Custom Object. ?

Pradeep_NavatarPradeep_Navatar

You can associate the User account with custom object(Employee) to create a lookup field to user in Employee object and can retrieve records of User of a particular employee.

Game PausedGame Paused

I want APEX code to be able to edit the Chatter About Me field, and I want to know how much access I have to the Chatter Profile picture. I'd like to be able to access the URL & set it to a different URL.