Skip to main content
Tiffany Gold 님이 #Data Management에 질문했습니다
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개
  1. 2017년 11월 13일 오후 9:57
    Hello Tiffany,

     

    Create a Formula(Text)

    field on the same object like this:

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

     

     
0/9000