Universal Containers (UC) has a flow which performs some custom logic in order to determine a least-cost shipping location. Some of the variables should be reset at the beginning of each loop iteration. Which design element in Flow allows the Admin to do this?
Correct Answer: D
The design element in Flow that allows the admin to reset some variables at the beginning of each loop iteration is Assignment. An Assignment element lets the admin assign new values to one or more variables or sObject fields in a flow. The admin can use an Assignment element before a Loop element to initialize the variables that are used in the loop, and then use another Assignment element inside the loop to reset the variables for each iteration. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_assignment.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_loop.htm&type=5
Order-Management-Administrator Exam Question 27
When can an Invoice be created?
Correct Answer: D
The correct time and way for creating an Invoice is at any point after the Fulfillment Order is created, by customizing flow "Create Invoice". This flow is a core action that creates an Invoice record from a Fulfillment Order record, and updates the status of both records accordingly. The administrator can customize this flow to suit their business needs, such as adding conditions, actions, or subflows. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_om_actions_create_invoice.htm&type=5
Order-Management-Administrator Exam Question 28
Which set of conditions is required for an Order Summary object to be created?
Correct Answer: B
The Order Summary object is a custom object 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. Reference: Order Management Lifecycle, Order Management Objects, Configure Order Management Flows
Order-Management-Administrator Exam Question 29
Which three components can be used to modify the user experience in the Order Summary detail page?
Correct Answer: A,B,C
Three components that can be used to modify the user experience in the Order Summary detail page are: Tabs. Tabs are a type of component that allow users to switch between different views or subpages on a record page. Tabs can contain other components, such as charts, reports, or custom components, that display different information or functionality related to a record. The administrator can use the Lightning App Builder to add and customize tabs on the Order Summary detail page to give users more options and flexibility. Accordion. Accordion is a type of component that allow users to expand and collapse sections of a record page. Accordion can contain other components, such as fields, related lists, or custom components, that display different information or functionality related to a record. The administrator can use the Lightning App Builder to add and customize accordion on the Order Summary detail page to give users more control and visibility. Related List-Single. Related List-Single is a type of component that displays a single related list for a record. A related list is a list of records that are linked to another record by a relationship field, such as lookup or master-detail. The administrator can use the Lightning App Builder to add and customize related list-single on the Order Summary detail page to give users more access and context. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_components.htm&type=5
Order-Management-Administrator Exam Question 30
A customer orders a product through B2C Commerce but changes the quantity ordered after the Order Summary record is created in Order Management. Later, the customer returns one of the products. Which objects will be created in Order Management?
Correct Answer: C
Explanation The objects that will be created in Order Management when a customer orders a product through B2C Commerce but changes the quantity ordered after the Order Summary record is created in Order Management, and then returns one of the products are: A Return Order object. A Return Order is a record that represents a return request for an order or part of an order. A Return Order has a lookup relationship to both Order Summary and Change Order objects, and it contains information such as the return reason, status, date, etc. A Change Order object. A Change Order is a record that represents a change request for an order or part of an order. A Change Order has a lookup relationship to the Order Summary object, and it contains information such as the change type, status, date, etc. Verified References: https://help.salesforce.com/s/articleView?id=sf.order_management_return_order.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.order_management_change_order.htm&type=5