What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?
What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?A . When a new record is created.B . When a record is deleted.C . When a record is shared.D . When a record is updated.View AnswerAnswer: A,D Explanation: Valid trigger invocation conditions for a...
What should be avoided within the loop when working web flows?
What should be avoided within the loop when working web flows?A . Executing actions like creating or updating recordsB . Displaying data to the userC . Assignment new values to variables.D . Nesting another loop.View AnswerAnswer: D Explanation: When working with loops in Salesforce flows, it's recommended to avoid nesting...
In which three ways can a flow designer distribution flows that involve user interaction?
In which three ways can a flow designer distribution flows that involve user interaction?A . Field Portal Mobile AppB . Lightning pagesC . Flow actionsD . Custom Lightning web componentsE . Microservice FrameView AnswerAnswer: B,C,D Explanation: A flow designer can distribute flows that involve user interaction through Lightning pages (B),...
If an admin distributes a flow on an Account record page, how can the admin pass the account’s ID into the flow?
If an admin distributes a flow on an Account record page, how can the admin pass the account’s ID into the flow?A . By checking 'Available for input" checkbox.B . By checking "Available for output" checkbox.C . By using 'Get Record',D . By selecting 'Allow multiple values".View AnswerAnswer: A Explanation:...
Which tool should the Administrator use?
An administrator wants to update a record, in the future, when a specified time is reached. Which tool should the Administrator use?A . ApprovalsB . Process BuilderC . Workflow RulesD . Flow BuilderView AnswerAnswer: D Explanation: To update a record at a specified future time, Flow Builder can be used...
What type of flow the Administrator should choose when designing this process?
The Administrator is developing a flow which integration with an external system and needs to be invoked in async fashion. What type of flow the Administrator should choose when designing this process?A . Platform Event ProcessB . Contact Request FlowC . Checkout FlowD . Screen FlowView AnswerAnswer: A Explanation: For...
Which three building blocks are used to create a Flow?
Which three building blocks are used to create a Flow?A . ResourcesB . ScreensC . ConnectorsD . ElementsE . ProcessView AnswerAnswer: A,C,D Explanation: There are 3 main “building blocks” of any Flow:
Which tool should the Administrator use to accomplish this?
An Administrator needs to notify the CEO via email requesting sign-off anytime an opportunity’s discount reaches higher than 40% leave comments. Which tool should the Administrator use to accomplish this?A . Process BuilderB . Flow BuilderC . Apex TriggerD . ApprovalsView AnswerAnswer: A Explanation: To notify the CEO via email...
Which three building blocks are used to create a Flow?
Which three building blocks are used to create a Flow?A . ResourcesB . ScreensC . ConnectorsD . ElementsE . ProcessView AnswerAnswer: A,C,D Explanation: There are 3 main “building blocks” of any Flow:
What process automation capabilities would the Admin use to meet this requirement?
The Salesforce Admin needs to automate a process that sends an approval request to the VP of Sales for any account record that changes from Prospect to New Customer. What process automation capabilities would the Admin use to meet this requirement?A . Use an Apex Trigger to change the Account...