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.
Lightning, Visualforce, Flow, and Agentforce each call Apex through a different server entry rather than one shared controller. Lightning calls static methods you expose to components, Visualforce uses a controller class, and Flow and Agentforce run invocable action methods; Agentforce can also turn Lightning controller methods into agent actions. Matching that entry to the UI is how you attach custom server logic, including work Flow Builder cannot do.