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
CRUD and FLS enforcement in Apex
Learn this conceptwith sharing versus without sharing on UI Apex
Learn this conceptLightning Data Service versus Apex for data access security
Learn this conceptVisualforce standard versus custom controller data access
Learn this conceptCRUD and FLS checks in Visualforce expressions
Learn this conceptSOQL injection prevention in dynamic queries
Learn this conceptVisualforce output encoding against XSS
Learn this conceptLightning component XSS and Locker protections
Learn this conceptCross-site request forgery protections in Visualforce and Lightning
Learn this conceptInsecure direct object references in UI controllers
Learn this conceptFlow system context and data access risks
Learn this conceptGiven 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
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers. 593 members and growing.
A flow's run context is the security mode Salesforce uses when the flow creates, reads, updates, or deletes records. In user context, the person who launched the flow can reach only the objects, fields, and records their profile, permission sets, and sharing already allow. System context can skip those checks, and system context without sharing can reach all data, so a screen flow or autolaunched flow running that way can show or change more than the user should see, especially for external users on Experience Cloud sites.