Summation for related records information
Hi,
We have an object 'Allocations' (Custom Object 2) which is displayed under Sub-Events (Custom Object 1). In 'Allocations' object, we have a field '# of tickets'.
Now, the business requirement is that we should calculate the sum of all the 'Allocations' record's field "# of tickets" and display it within a field in the Sub-Events page layout. So, for example if there are 2 different Allocations having "# of tickets" as 20 and 30, then the field on Sub-Event field should display the sum of this allocations and should display 50.
If another allocation is added to this sub-event having the "# of tickets' as 40, then the Sub-Event field should be updated to display 90.
We have an object 'Allocations' (Custom Object 2) which is displayed under Sub-Events (Custom Object 1). In 'Allocations' object, we have a field '# of tickets'.
Now, the business requirement is that we should calculate the sum of all the 'Allocations' record's field "# of tickets" and display it within a field in the Sub-Events page layout. So, for example if there are 2 different Allocations having "# of tickets" as 20 and 30, then the field on Sub-Event field should display the sum of this allocations and should display 50.
If another allocation is added to this sub-event having the "# of tickets' as 40, then the Sub-Event field should be updated to display 90.
0