Opportunities - Account

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ferradeira
    Junior Member
    • Apr 2026
    • 20

    #1

    Opportunities - Account

    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?
  • victor
    Active Community Member
    • Aug 2022
    • 1200

    #2
    Specify where exactly you want to receive such data.

    Comment

    • ferradeira
      Junior Member
      • Apr 2026
      • 20

      #3
      Maybe below the Account, Need to add more fields that would be auto-filled. Or any other idea?

      Comment


      • victor
        victor commented
        Editing a 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.
    • ferradeira
      Junior Member
      • Apr 2026
      • 20

      #4
      Can we create a text field and get that information into it with a formula from the Account?
      Maybe it's easier ?

      Comment

      • victor
        Active Community Member
        • Aug 2022
        • 1200

        #5
        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).

        Click image for larger version

Name:	image.png
Views:	0
Size:	24.4 KB
ID:	126632

        2. In Administration > Entity Manager > Opportunity > Formula > Before Save Custom Script, create a formula like this:

        Code:
        cAccountPhone = account.phoneNumber;
        3. For new Opportunities it will work instantly, but for old ones you need to do the Recalculate Formula function.

        Click image for larger version

Name:	image.png
Views:	0
Size:	23.4 KB
ID:	126633

        Comment

        • ferradeira
          Junior Member
          • Apr 2026
          • 20

          #6
          I don't have The option Recalculate Formula .
          But it worked. Thanks

          Comment

          • ferradeira
            Junior Member
            • Apr 2026
            • 20

            #7
            I just refresh the browser and the Recalculate Formula appeared
            thanks

            Comment

            • ferradeira
              Junior Member
              • Apr 2026
              • 20

              #8
              If I have 3 phone numbers it only gets the first one. Is there a way to get all the phone numbers?

              Comment

              Working...