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.
Salesforce can call an outside REST API with clicks through External Services and Flow HTTP Callout, or with Apex HTTP classes you write yourself. Declarative callouts register an OpenAPI description of the service and turn its operations into invocable actions that a flow can send at runtime. Apex HTTP callouts exist when you need to build GET, POST, PUT, or DELETE requests in code, including SOAP if you construct the messages yourself.