Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Understand multi-tenant concepts and design frameworks, such as MVC architecture and Lightning Component Framework.
0/6
Given a scenario, identify common use cases and best practices for declarative versus programmatic customizations, including governor limits, formula fields, and roll-up summaries.
0/8
Flow versus Apex for automation
Learn this conceptValidation rules versus Apex triggers for data enforcement
Learn this conceptFormula fields versus Apex for computed values
Learn this conceptFormula fields versus roll-up summary fields
Learn this conceptRoll-up summary relationship rules
Learn this conceptSupported roll-up aggregate functions
Learn this conceptSOQL and DML per-transaction governor limits
Learn this conceptHeap size and CPU time governor limits
Learn this conceptGiven a scenario, determine, create, and access the appropriate data model including objects, fields, relationships, and external IDs.
0/8
Understand use cases and limitations of using Agentforce for Developers.
0/3
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
A roll-up summary field is a field on a parent record that calculates a value from related child records, such as a count of those records or the sum of an amount on them. The field lives on the master, and the records being summarized must be details related through a master-detail relationship. Lookup relationships do not support roll-up summary fields, so they cannot provide this declarative aggregate.