Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Given a scenario, prevent user interface and data access security vulnerabilities.
0/11
Given a scenario, display and use custom user interface components, including Lightning components, Flow, and Visualforce.
0/15
Describe the use cases and best practices for Lightning Web Components, including the framework, benefits, and events.
0/13
Given a scenario, implement Apex to work with various types of page components, including Lightning components, Flow, and Agentforce.
0/5
Apex entry points for page component types
Learn this conceptAuraEnabled Apex for Lightning components
Learn this conceptCacheable AuraEnabled versus imperative Apex
Learn this conceptInvocable Apex methods for Flow
Learn this conceptApex invocable methods as Agentforce actions
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
An invocable Apex method is a static class method marked @InvocableMethod so Flow can run it as an Apex action when the default Flow elements cannot do the work. Salesforce recommends this annotation over the older Process.Plugin interface because the method is bulkified: it takes a list and must return a matching list so many interviews share one call. The running user must have that Apex class assigned on their profile or permission set.