ExamGecko
Question list
Search
Search

Question 1 - Certified Process Automation discussion

Report
Export

The Administrator is creating a login flow for a new application which will be deployed on Salesforce. The ..... create an automation logic to help validate the credentials and access. What is the right design for this ....?

A.
Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
Answers
A.
Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
B.
Leverage Screen Flow for displaying the input fields and for handling the post login and process.
Answers
B.
Leverage Screen Flow for displaying the input fields and for handling the post login and process.
C.
Leverage Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
Answers
C.
Leverage Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
D.
Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process
Answers
D.
Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process
Suggested answer: D

Explanation:

For creating a login flow, the best approach is to use a Screen Flow to display input fields for credentials and then use an Autolaunched Flow to handle the logic after login, such as validating credentials and determining access. This design separates the user interface from the backend logic, allowing for a more modular and maintainable setup.

Reference: Salesforce Help - Screen Flows

asked 23/09/2024
Piotr Jakubowski
41 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first