...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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. |
...