Checklist progress
0/316Learned
Platform App Builder
Study Checklist
Checklist progress
0/316Learned
Given a scenario, identify the boundaries of declarative customization and the use cases for programmatic customization.
0/8
Declarative business logic tools
Learn this conceptApex use cases beyond Flow Builder
Learn this conceptFormula field boundaries versus record-updating automation
Learn this conceptRecord-triggered Flow versus Apex triggers
Learn this conceptSchedule-triggered Flow versus Batch Apex
Learn this conceptDeclarative callouts versus Apex HTTP callouts
Learn this conceptLightning App Builder versus custom programmatic UI
Learn this conceptInvocable Apex actions in Flow Builder
Learn this conceptIdentify common scenarios for extending an org using the AgentExchange
0/9
Apply features and capabilities available to restrict and extend object, record, and field access.
0/14
Given a set of business requirements, determine the appropriate sharing solution.
0/14
Identify the features and capabilities available when creating reports, report types, and dashboards.
0/21
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform App Builder studiers. 592 members and growing.
A formula field derives a value from other fields, expressions, or values and shows that result when the record is displayed; users can see it but cannot edit it. Record-updating automation such as workflow field updates and before-save flows writes a new value onto a field when a record is saved or a process runs. Use a formula when you only need to display a calculated result; use automation when you must store a change, update related records, or act after the record is saved.