What are two reasons for using Flows instead of Apex code?
What are two reasons for using Flows instead of Apex code?A . Flows can be modified and created without a developerB . Flows have better performance options for large batches of recordsC . Flows can be triggered by undelete eventsD . Flows provide a visual debug processView AnswerAnswer: AD Explanation:...
How can this be accomplished?
A company has multiple fulfillment centers that they want to utilize when orders are fulfilled. The administrator is tasked with minimizing the distance from fulfillment center to delivery location. How can this be accomplished?A . Create a Workflow Rule on the Fulfillment Order object that utilizes the Order Management workflow...
How can an administrator allow an org to publish a change set to another org?
How can an administrator allow an org to publish a change set to another org?A . In the target org: Open Deployment Settings, Select the environments to allow publishing from and Move them to the Enabled listB . In the source org: open Deployment settings, Select the environments to publish...
Which three statements are true about change sets?
Which three statements are true about change sets?A . Sending a change set between two orgs requires a deployment connectionB . Change sets can only be sent between orgs that are affiliated with a production orgC . A change request should be created when the admin wants to send customizations...
What object does the Ensure Funds Apex Flow action look for when resolving Invoice balances associated with an Order Summary?
What object does the Ensure Funds Apex Flow action look for when resolving Invoice balances associated with an Order Summary?A . Order PaymentsB . PaymentsC . Payment SummariesD . Order Payment SummariesView AnswerAnswer: D Explanation: The object that the Ensure Funds Apex Flow action looks for when resolving Invoice balances...
When can an Invoice be created?
When can an Invoice be created?A . At any point before the Fulfillment Order is created, by customizing flow "Create Invoice and Ensure Funds"B . At any point before the Fulfillment Order is created, by customizing flow "Create invoice"C . At any point after the Fulfillment Order is created, by...
Which object should the administrator look at?
An administrator is looking for payment information about a returned item on an Order Summary. Which object should the administrator look at?A . ReturnB . Credit MemoC . InvoiceD . Return Order SummaryView AnswerAnswer: B Explanation: The object that the administrator should look at to find payment information about a...
How can the administrator modify the flow to improve scalability?
An administrator is running into performance issues due to a high number of records being created in a flow. How can the administrator modify the flow to improve scalability?A . Ask a developer to create a Flow apex action to offload the creation of recordsB . Ask a developer to...
Where should a service agent go first to view process exceptions related to a specific Order?
Where should a service agent go first to view process exceptions related to a specific Order?A . Order Record - Process Exception Details TabB . Change order Record - Related TabC . Order Record - Details TabD . Order Summary Record - Related TabView AnswerAnswer: A Explanation: The best place...
What are two likely causes?
An admin is working with Order Management licensed as standalone (B2C Commerce is not in the scenario). The admin submits a JSON payload using Workbench and Workbench indicates the operation was successful. The second time the same payload is submitted the operation fails. What are two likely causes?A . Stock...