Activity › Forums › Salesforce® Discussions › What are RollUp Summary Fields in Salesforce?
-
What are RollUp Summary Fields in Salesforce?
Posted by Deepak on June 26, 2020 at 5:34 PMWhat are RollUp Summary Fields in Salesforce?
Marziya replied 5 years, 11 months ago 4 Members · 3 Replies -
3 Replies
-
A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detail record. The detail record must be related to the master through a master-detail relationship. For example, you want to display the sum of invoice amounts for all related invoice custom object records in an account’s Invoices related list. You can display this total in a custom account field called Total Invoice Amount.
- [adinserter block='9']
-
It included
:Sum()
Count()
Max()
Min()
It work on master-details relationshaip -
A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detail record.
Log In to reply.