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 Project Opportunity object with related Task Owner Opportunity Line Items records, you can use the Concat rollup type to list all "TasksProducts" in a single field on the ProjectOpportunity. After the rollup calculation, it will return all task product names in the selected destination field on the Project Opportunity object, using the specified delimiters and qualifiers.

The object hierarchy might look like this:

Task → Task Owners → ProjectProduct→ Opportunity Line Item → Opportunity

Field to Rollup: Task DescriptionProduct Name
Delimiter: Comma (,)
Qualifier: Double Quotes(“ ")

  • Project Opportunity A:

    • Mark Antony Product A: "Design mockupSoftware License"

    • Natasha Hedgehog Product B: "Develop featureSupport Plan"

    • Ryan Ten Product C: "Review codeTraining Package"

  • Result: "

Design mockup, Develop feature, Review code
  • Software License, Support Plan, Training Package"

Configuration

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

...