
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 respuestas
Hey,
So as @Sharif S. pointed out, it will be:
HYPERLINK('/' & Project__r.Account__r.Id, Project__r.Account__r.Name)
Best,
Deepak