What is the required amount of test code coverage when deploying an Apex class?
A. 0.55
B. 0.75
C. 0.65
D. 0.85
Universal Containers (UC) is evaluating Salesforce Order Management for managing its overarching process because their current system is written mostly in Apex code and has proved difficult to modify, deploy and debug. What are three advantages of using Flow Builder vs writing Apex code to manage the main flow of Order data?
A. It allows for non-coding members of staff to contribute suggestions for optimizations and better overall customer experience
B. The admin can attach a debugger to live customer sessions
C. It will notify the admin before a third party integration's data interface has changed
D. The admin can easily debug specific business cases visually.
E. Because it is visual it is also self-documenting as changes are made
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
Which two statements about the Order Summary object are accurate?
A. It can be deleted using the Delete button
B. it does not exist without the original Order object
C. It is read-only for financial order data
D. It has a single shipping address to which all Order Items will be shipped
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?
A. Connect APIs
B. Bulk APIs
C. REST APIs
D. Streaming APIs
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 field update actions
B. Add the "Order Routing Rank By Closest Distance" action to the fulfillment flow
C. Modify the Fulfillment Location Search process to search by closes! distance instead of least number of splits
D. Ask a developer to create an Apex Action that can determine the closest fulfillment location
In which two ways can Order Management licenses be assigned?
A. By Permission Set
B. By Hole
C. By Profile
D. By User
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
An administrator is looking for payment information about a returned item on an Order Summary. Which object should the administrator look at?
A. Return
B. Credit Memo
C. Invoice
D. Return Order Summary
An Order Summary has three Fulfillment Orders and two Credit Memos associated with it. How many Invoices will be created when using the Create Invoice Apex action in a flow?
A. 2.0
B. 5.0
C. 1.0
D. 3.0