...
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→ 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. |
...
...
Note: Once you define the object hierarchy, it cannot be modified or changed. If you need a different hierarchy, you will need to create a separate rollup.
What is a Source Object?
The Source Object refers to the object from which you want to calculate data.
...