Free Salesforce Order-Management-Administrator Exam Actual Questions

The questions for Order-Management-Administrator were last updated On Dec 18, 2024

Question No. 3

Which three objects need to be utilized when creating orders using the composite API?

Show Answer Hide Answer
Correct Answer: A, B, E

The Pricebook Entry, Contact, and Account objects are required when creating orders using the composite API. The composite API is a REST API that allows creating multiple records in one request. To create an order using the composite API, an administrator needs to provide the following information:

The Account ID of the customer who placed the order

The Contact ID of the customer who placed the order

The Pricebook Entry IDs of the products that are ordered

The quantity and unit price of each product

The order status and currency Reference: [Create Orders Using Composite API], [Composite Resources]


Question No. 4

The Northern Trail Outfitters (NTO) team is already using Order Management. The team wants to transition from their home-grown Commerce engine to B2C Commerce Cloud. Which action do they need to perform?

Show Answer Hide Answer
Question No. 5

What two steps are required to add an item to the Actions & Recommendations panel on the Order Summary record page?

Show Answer Hide Answer
Correct Answer: A, D

Two steps that are required to add an item to the Actions & Recommendations panel on the Order Summary record page are:

Drag the Actions & Recommendations component on the page. The Actions & Recommendations component is a standard component that displays actions and recommendations based on business logic for records in Lightning Experience or Salesforce mobile app. The administrator can use the Lightning App Builder to drag and drop the Actions & Recommendations component onto the Order Summary record page layout.

Create a new sub-flow. A sub-flow is a type of flow that can be invoked by another flow as an element. A sub-flow can contain logic and actions that are specific to a certain scenario or use case, such as order fulfillment or payment processing. The administrator can use Flow Builder to create a new sub-flow that defines the actions and recommendations for Order Summaries, and then add it to the Actions & Recommendations component on the record page.

Verified Reference: https://help.salesforce.com/s/articleView?id=sf.om_actions_recommendations.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_subflow.htm&type=5