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 In an Account object with related Department records, you can use the Concat rollup type to list all "'Employees" ' in a single field on the OpportunityAccount. After the rollup calculation, it will return all employees employee names in the selected destination field on the Account object, using the specified delimiters and qualifiers.

The object hierarchy might look like this:

Employee → Department → Account

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

  • Account Anteria:

    • Employee 1: "Ryan Ten"

    • Employee 2: "Natasha Hedgehog"

    • Employee 3: "Neon Tudro"

  • Result: "'Ryan Ten', 'Natasha Hedgehog', 'Neon Tudro"'

Configuration

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

...