Skip to main content
P D perguntou em #Data Management
Hello

 

I have projects with lookup relation to accounts, and I have also another custom object with lookup relation to project. When I create and save a new record from my custom object, I would like the account name to appear on the custom object page for example in a formula.

 

Any ideas, if and how would that be possible?
7 respostas
  1. 17 de set. de 2013, 10:13
    Hey,

     

    So as @Sharif S. pointed out, it will be:

     

               HYPERLINK('/' & Project__r.Account__r.Id, Project__r.Account__r.Name)

     

    Best,

     

    Deepak
0/9000