...
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. |
...
...
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.
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, if you want to show the number of Student associated with an university, the Student University object will be your Destination Object. This means that the result of the data calculation, which is based on the records within the Student object, will be displayed on the University object. |
...