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. 593 members and growing.
Formula fields calculate a value from other fields, values, functions, and operators. Salesforce stores the expression as metadata and computes the result when a user views a record or runs a report. Roll-up summary fields do the reverse of a cross-object formula: they aggregate child detail records onto a master, store the result, and recalculate it when a detail record is saved. Use a formula for same-record math or to pull parent data across a lookup or master-detail relationship; use a roll-up when you need a Count, Sum, Min, or Max from master-detail children.