Skip to main content
We recently created a new ojbect (named it "ETR") and have it as a related list to the Opportunity object. We are having a very difficult time adding the Account Name field to this newly created objected.

 

I tried to use the the TEXT( Account__r.Name ) formula, but receive the following error message when I check syntax:

 

Error: Incorrect parameter for function 'TEXT()'. Expected Number, Date, DateTime, Picklist, received Text

 

Can someone offer guidance?

 

Thanks!
2 件の回答
  1. 2011年9月8日 16:26
    Since the object links to opportunities, try this with a Text formula field.

     

    Opportunity__r.Account.Name

     

    Hope this helps,

     

    George

     

    http://starrforce.com/
0/9000