Versions Compared

Key

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

...

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

For example, if you want to show the total number of students within a university, the object hierarchy might look like this:

Student → Course → Department → Faculty→ Faculty → College → University

In this scenario, Student would be the Source Object, and University would be the Destination Object. The rollup will calculate data from the Student records and display the result on the University object, traversing through the hierarchy of College, Department, and Course to aggregate the necessary data.

...