Can this be done with Formulas or does someone in dev need to create an Apex Trigger for me, or is there another option?
If Formulas, if someone could please help point me in the right direction of composing the formula.
11 Antworten
Hi Talia,
You need to use the TEXT function to convert your Account Picklist value into a Text String that can be displayed on the Opportunity. So you need to use the whole formula that I posted.
Datatype: Formula
Result: Text
Formula:TEXT(Account.Industry)
PS. You owe me a beer! ;-p