An administrator has created a flow but during testing they encounter an unhandled fault error. Which three can the administrator do to get more details for debugging?
Correct Answer: A,B,E
Explanation Three things that the administrator can do to get more details for debugging when encountering an unhandled fault error are: Create a fault connector. A fault connector is a special type of connector that handles errors that occur in a flow element, such as an assignment, a loop, or an action. A fault connector can route the flow to another element or end the flow with an error message. Add a Display Text component which includes {! SFIow.FaultMessage}. A Display Text component is a screen component that displays text on a screen element in a flow. The {! SFIow.FaultMessage} is a system variable that contains information about the error that occurred in the flow, such as the element name, error type, and error message. Create an error connector. An error connector is a special type of connector that handles errors that occur in a screen element, such as invalid user input or required fields being left blank. An error connector can route the flow to another screen element or end the flow with an error message. Verified References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_fault.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screen_component_display_text.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_error.htm&type=5
Question 2
An administrator is creating a flow to manage order fulfillment The administrator creates a fault path to handle a possible error. What object record should the administrator create in the fault path to notify users of an error?
Correct Answer: B
Explanation The object record that the administrator should create in the fault path to notify users of an error is Process Exception. A Process Exception is a record that represents an error or exception that occurred during the order lifecycle, such as payment authorization failure, inventory allocation failure, fulfillment location assignment failure, etc. A Process Exception has a lookup relationship to the Order object, and it contains information such as the exception type, status, message, etc. Verified References:https://help.salesforce.com/s/articleView?id=sf.order_management_process_exception.htm&type=5
Question 3
Which set of conditions is required for an Order Summary object to be created?
Correct Answer: B
The Order Summary object is a customobject that stores information about an order, such as the total amount, the number of items, and the fulfillment status. The Order Summary object is created by a process called Create Order Summary Process, which runs whenever an order is created or updated. The process calls a flow called Create OrderSummary Flow, which calculates the order summary fields and creates or updates the order summary record. The process and the flow are part of the Order Management package and must be installed and activated for the order summary object to be created. References: Order Management Lifecycle, Order Management Objects, Configure Order Management Flows
Question 4
Which two APIs can an admin suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have their action carry out the cancel and return operations in Order Management?
Correct Answer: A,C
Two APIs that an admin can suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have their action carry out the cancel and return operations in Order Management are: Connect APIs. These are RESTful APIs that expose resources in Order Management, such as orders, payments, shipments, etc. They allow customers to perform CRUD (create, read, update, delete) operations on these resources from external systems, such as B2C Commerce. REST APIs. These are HTTP-based APIs that enable developers to access data in Order Management using standard HTTP methods, such as GET, POST, PUT, PATCH, and DELETE. They allow customers to interact with Order Management resources using JSON or XML formats. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_connect_api.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.order_management_rest_api.htm&type=5
Question 5
Once the administrator hasactivated the integration between B2C Commerce and Order Management, orders being placed by customers will be sent to Order Management if the order status is set to which two values?
Correct Answer: B,D
Once the administrator has activated the integration between B2C Commerce and Order Management, orders being placed by customers will be sent to Order Management if the order status is set to Active or New. These are the two order statuses that indicate that an orderhas been created or confirmed by a customer, and that it needs to be processed by Order Management. Verified References:https://help.salesforce.com/s/articleView? id=sf.order_management_order_api.htm&type=5