Where should a service agent go first to initiate changes related to an Order in Order Management?
A. Change Order Details
B. Order Details
C. Fulfillment Order Details
D. Order Summary Details
Which two Order Management objects have their tabs set to Tab Hidden by default?
A. OrderDeliveryMethod
B. SalesLocation
C. Locations
D. Fulfillment Orders
E. Accounts
What two steps are required to add an item to the Actions and Recommendations panel on the Order Summary record page?
A. Drag the Actions and Recommendations component on the page
B. Make a new Lightning Record Page
C. Create a New Deployment
D. Create a new sub-flow
Which object record Is created when customer returns a product after fulfillment?
A. Return Order
B. Order Summary Adjustment
C. Fulfillment Order
D. Payment Order Summary
A customer applied a 10% off discount when placing an order. What object is created when the discount is applied to the order?
A. Order Discount
B. Order Payment Summary
C. Order Adjustment Group Summary D. Credit Memo
How can an administrator quickly examine the relationships between several objects?
A. Go to Schema Builder and check the boxes next to the object names
B. File a support case asking for a data relationship diagram
C. Generate an Entity Relationship Diagram by going to Data in Setup
D. Download it from the Partner Community
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 records
B. Ask a developer to offload all the Flow functionality to Apex code via Triggers and Apex classes
C. Use the Bulk Create Records node in the Flow to improve performance
D. Offload the creation of records to a Subflow that will be called in the Reference Flow
What does a summary object represent?
A. A dynamic view of underlying data
B. An individual change lo financial data
C. A change lo an underlying record.
D. A discount to underlying data
Which three objects need to be utilized when creating orders using the composite API?
A. Pricebook Entry
B. Contact
C. Order Summary
D. Product
E. Account
Which two practices ate needed for a custom attribute to map into Order Management assuming the attribute has been created on the necessary objects?
A. The types must match within reason
B. The names must be an exact match
C. The types must be an exact match (i.e. String to String)
D. The names must only contain letters and underscores