Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#DEEBFF

For example, in a Opportunity Account object with related Opportunity Product Department records, you can use the Concat rollup type to list all "ProductsEmployees" in a single field on the Opportunity. After the rollup calculation, it will return all product employees names in the selected destination field on the Opportunity Account object, using the specified delimiters and qualifiers.

The object hierarchy might look like this:

Product→ Opportunity Product → OpportunityEmployee → Department → Account

Field to Rollup: Product Employee Name
Delimiter: Comma (,)
Qualifier: Double Quotes(“ ")

  • Opportunity AAccount Anteria:

    • Product AEmployee 1: "Software LicenseRyan Ten"Product B

    • Employee 2: "Support PlanNatasha Hedgehog"

    • Product CEmployee 3: "Training PackageNeon Tudro"

  • Result: "Software License, Support Plan, Training PackageRyan Ten, Natasha Hedgehog, Neon Tudro"

Configuration

When you select the rollup type as Concat, you will see the following configurations:

...