Skip to main content
Hello,

 

I created a custom object that has a field "requestor" that is a lookup to the SF USER table.  I want to create another field that is auto-populated with the manager name of the "requestor" .  Any suggestions?  Master detail doesn't work since USER is not a standard object.  
3 respuestas
  1. 13 nov 2017, 21:57
    Hello Tiffany,

     

    Create a Formula(Text)

    field on the same object like this:

    Requestor__r.Manager.FirstName +' '+Requestor__r.Manager.LastName

     

     
0/9000