Salesforce DEV401 - Approval, Workflow, Calendar Flashcards
Salesforce Dev401 Certification
Which functionality CANNOT be achieved by final rejection action in an Approval Process?
A. Change the status of a field to “Rejected”
B. Send an email notification
C. Unlock the record
D. Delete the Record
D. Delete the Record
Positions below $50,000 must be approved by the hiring manager, positions above $50,000 must be approved by the hiring manager and regional hiring manager. What would a developer use to declaratively fulfill the requirement?
A. Apex Code, to check the position’s salary and assign to the appropriate resource for approval
B. Approval process
C. Validation rules
D. Dynamic Routing Approval
B. Approval process
What users can participate in an approval process? A. Profiles B. Roles and Subordinates C. Active team members D. None
B. Roles and Subordinates
Parallel approval processes allow a record to be sent for approval to up to \_\_ different users simultaneously A. 5 B. 10 C. 25 D. 100
C. 25
Select the two (2) possible approval choices based on multiple approvers for an approval step.
A. Approve or reject based on the first response
B. Require unanimous approval from all selected approvers
C. Require majority approval from all selected approvers
D. Require x out of y approval from all selected approvers
A. Approve or reject based on the first response
B. Require unanimous approval from all selected approvers
A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular user. Which feature of the platform can be used to support this requirement. A. Debug Log B. System Log C. Setup Audit Trail D. Field level security
A. Debug Log
Which of the following cannot be used to build a complete Custom Tab.
A. Display an external web page
B. Display data using a VisualForce page
C. Show data from a custom object using the native user interface
D. Display the approval process using an Apex page
D. Display the approval process using an Apex page
A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular user. Which feature of the platform can be used to support this requirement. A. Debug Log B. System Log C. Setup Audit Trail D. Field level security
A. Debug Log
A developer has created a time-based workflow that escalates a Lead record 10 days after it has been created if no updates have occurred. What is the best way for the developer to test that the new time based workflow rule is functioning?
A. Create a new lead record; view the outbound messages queue
B. Setup the developer for time-based workflow queue; create a new lead record; view the time-based workflow queue
C. Create a new lead record; view the time-based workflow queue
D. None of the Above
C. Create a new lead record; view the time-based workflow queue
When a new workflow rule is created it does not affect existing records
A. True
B. False
A. True
A developer has created a time-based workflow that escalates a Lead record 10 days after it has been created if no updates have occurred. What is the best way for the developer to test that the new time based workflow rule is functioning? (2 answers)
A. User Debug Logs setup the Developer; create a new lead record; review debug logs
B. Create a new lead record; view the time-based workflow queue
C. Setup the developer for time-based workflow queue; create a new lead record; view the time-based workflow queue
D. Create a new lead record; view the outbound messages queue
A. User Debug Logs setup the Developer; create a new lead record; review debug logs
B. Create a new lead record; view the time-based workflow queue
Time dependent workflows can be used when a rule is set to be evaluated “Every time a record is created or updated”
A. True
B. False
B. False
In the Recruiting application, a Position that is of type “Critical” should not be open for more than 14 days. How will you develop the business logic to fulfill this?
A. Time-dependent workflow action to send an e-mail to the owner after 14 days
B. Time-dependent workflow action to send the record to owner for review after 14 days.
C. Time-dependent workflow action to send an e-mail to owner before 14 days
D. Time-dependent workflow action to close the position after 14 days
B. Time-dependent workflow action to send the record to owner for review after 14 days.
Time-dependent workflow will NOT work with which type of workflow evaluation criteria?
A. Only when a Record is created
B. Every time a record is created or edited
C. Every kind of workflow evaluation criteria
D. When a Record is edited and it did not previously meet the rule criteria
B. Every time a record is created or edited
Which of the following cannot be done via Workflow? A. Create a Task B. Create an Event C. Create an Email Alert D. Create an Outbound Message
B. Create an Event