Salesforce Fundamentals Flashcards
What tool – Create a record when a related record changes?
Process Builder
What tool – Update a record when the value of a field changes
Workflow Rule
What tool – Delete a record when the value of a field changes
Flow Builder
What tool – Assign records to users based on custom logic
Assignments & Sharing Rules
What tool – Customize detail pages according to requirements
Page Layouts
What tool – Create a wizard that guides users through a process
Flow Builder
What tool – Create a custom web service
Apex
What tool – Create a custom email service
Apex
What tool – Create a complex validation
Apex
What tool – Create a custom user interface
Visualforce
What tool – Create a report with a custom format
Visualforce
Define custom navigation patterns
Visualforce
What tool – Create a custom user interface for LE
Custom Lightning Components
What tool – Extend the Salesforce app with custom functionality
Custom Lightning Components
What tool – Build apps with sophisticated UI using CSS
Custom Lightning Components
What tool – Invoke client-side functionality in LE?
Custom Lightning Components
What tool – Override standard actions in LE?
Custom Lightning Components
What tool – Build a sophisticated user interface in a Lightning community
Custom Lighting Components
Name Simple and Complex Tool(s) per Use Case:
Validation Rule
Configuration
Apex Trigger
Name Simple and Complex Tool(s) per Use Case:
Auto-Create a Record
Process Builder
Process calls a Flow, Apex Trigger
Name Simple and Complex Tool(s) per Use Case:
Auto-Delete a Record
Flow Builder
Process calls a Flow, Apex Trigger
Name Simple and Complex Tool(s) per Use Case:
Auto-Update a Record
Configuration
Process calls a Flow, Apex Trigger
Name Simple and Complex Tool(s) per Use Case:
Wizard to guide user through process
Flow Builder
Flow, Visualforce/Apex
Name Simple and Complex Tool(s) per Use Case:
Web Service
Configuration
Custom Web Service needs Apex