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.
When Flow Builder's built-in elements cannot do the work, a flow can still call custom Apex as an Apex action instead of abandoning the flow. Developers expose that Apex with the @InvocableMethod annotation (recommended) or the older Process.Plugin interface. The person running the flow must have that Apex class assigned on their profile or permission set.