In Opportunities - Account, when I choose the account how can I also get, not only the account name but also the mobile and office phone and the email?
Opportunities - Account
Collapse
X
-
Tags: None
-
Comment
-
Please show in screenshot where you want more data about the relayed account. If you mean that your Account name should display your phone number and email address, that won't work.
You can create your own fields in Opportunity and use a formula to get the values from the Account.Last edited by victor; Today, 03:35 PM.
-
-
Can we create a text field and get that information into it with a formula from the Account?
Maybe it's easier ?Comment
-
Yes, it is possible. Here is an example for the phone field. For the rest, the principle is the same:
1. In Administration > Entity Manager > Opportunity > Fields create Account Phone field (most likely, this field will be created with the prefix "c", as in screenshot 1).
2. In Administration > Entity Manager > Opportunity > Formula > Before Save Custom Script, create a formula like this:
3. For new Opportunities it will work instantly, but for old ones you need to do the Recalculate Formula function.Code:cAccountPhone = account.phoneNumber;
Comment
-
-
-
If I have 3 phone numbers it only gets the first one. Is there a way to get all the phone numbers?Comment

Comment