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
Given a scenario, determine, create, and access the appropriate data model including objects, fields, relationships, and external IDs.
0/8
Standard versus custom objects
Learn this conceptCustom field types for data requirements
Learn this conceptLookup versus master-detail relationships
Learn this conceptSelf-relationships and hierarchical relationships
Learn this conceptJunction objects for many-to-many
Learn this conceptAccessing related records through relationships
Learn this conceptExternal ID fields for matching and upsert
Learn this conceptRelating records by External ID in Apex
Learn this conceptUnderstand 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.
Salesforce organizes data in objects, which work like database tables, and records, which work like rows. Standard objects such as accounts, cases, contacts, and opportunities are included with Salesforce by default; custom objects are custom database tables you create to store information unique to your organization. You choose the right type when you model data, then tell custom objects apart in the API by a describe custom flag of true and a name that ends with two underscores and a lowercase c.