ExamGecko
Home Home / Salesforce / Certified Order Management Administrator

Salesforce Certified Order Management Administrator Practice Test - Questions Answers, Page 7

Question list
Search
Search

List of questions

Search

What are two ways an administrator can query Order Summaries using APIs in Workbench?

A.
Apex API
A.
Apex API
Answers
B.
Connect API
B.
Connect API
Answers
C.
Platform API
C.
Platform API
Answers
D.
Composite API
D.
Composite API
Answers
E.
Invocable API
E.
Invocable API
Answers
Suggested answer: C, D

Explanation:

Two ways that an administrator can query Order Summaries using APIs in Workbench are:

Platform API. The Platform API is a set of REST and SOAP APIs that allow developers to access data and functionality in Salesforce from external systems. The Platform API includes various resources and operations for querying, creating, updating, or deleting records in Salesforce, such as Order Summaries. The administrator can use the Platform API in Workbench by selecting the REST Explorer or SOAP Explorer tabs, and entering the appropriate request URL and parameters.

Composite API. The Composite API is a type of REST API that allows developers to execute multiple subrequests in a single HTTP request. The Composite API includes various resources and operations for batching, tree, sObject collections, or transactions in Salesforce, such as Order Summaries. The administrator can use the Composite API in Workbench by selecting the REST Explorer tab, and entering the appropriate request URL and JSON body.

Verified

Reference: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite.htm

A customer wants to change the layout of the out of the box Order Summary Lightning Record Page to three columns instead of two. How can an administrator satisfy this requirement?

A.
Create a new Lightning Record Page and select the Three Regions template
A.
Create a new Lightning Record Page and select the Three Regions template
Answers
B.
Edit the Lightning Record Page and change the Template lo Three Regions
B.
Edit the Lightning Record Page and change the Template lo Three Regions
Answers
C.
Change the page layout template to Three Regions in the layout editor
C.
Change the page layout template to Three Regions in the layout editor
Answers
D.
Add another column component lo the existing Lightning Record Page
D.
Add another column component lo the existing Lightning Record Page
Answers
Suggested answer: B

Explanation:

The best way for the administrator to satisfy this requirement is to edit the Lightning Record Page and change the Template to Three Regions. A Lightning Record Page is a type of page that displays details and related information about a specific record in Lightning Experience or Salesforce mobile app. A Lightning Record Page can be customized using the Lightning App Builder, which is a tool that allows administrators to drag and drop components onto a page layout. A Template is a predefined layout that determines how components are arranged on a page. A Three Regions template is a type of template that divides the page into three columns or regions. The administrator can edit the Lightning Record Page for the Order Summary object, and change the Template to Three Regions in the Lightning App Builder. Verified

Reference: https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_customize_lex_pages.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_templates.htm&type=5

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

A.
Drag the Actions & Recommendations component on the page
A.
Drag the Actions & Recommendations component on the page
Answers
B.
Make a new Lightning Record Page
B.
Make a new Lightning Record Page
Answers
C.
Create a New Deployment
C.
Create a New Deployment
Answers
D.
Create a new sub-flow
D.
Create a new sub-flow
Answers
Suggested answer: A, D

Explanation:

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

A company's service learn should not see Process Exceptions on any Order Summaries. How can an administrator meet these requirements?

A.
Modify the service team profiles to remove access to the lightning component and all associated Apex classes
A.
Modify the service team profiles to remove access to the lightning component and all associated Apex classes
Answers
B.
Add a filter to the Process Exception component on the Order Summary lightning record page to hide the component for the service team's Profile
B.
Add a filter to the Process Exception component on the Order Summary lightning record page to hide the component for the service team's Profile
Answers
C.
Create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component. Activate the lightning record page by profile for all Service team profiles.
C.
Create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component. Activate the lightning record page by profile for all Service team profiles.
Answers
D.
Modify the Order Summary page layout to remove visibility to the Process Exception component for Service team profiles
D.
Modify the Order Summary page layout to remove visibility to the Process Exception component for Service team profiles
Answers
Suggested answer: C

Explanation:

The best way for the administrator to meet these requirements is to create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component. Activate the lightning record page by profile for all Service team profiles. 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. The Process Exceptions component is a standard component that displays process exceptions related to an order on its record page. The administrator can use the Lightning App Builder to create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component from the page layout. The administrator can then activate the lightning record page by profile for all Service team profiles, so that they do not see Process Exceptions on any Order Summaries. Verified

Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_process_exception.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.om_process_exceptions_component.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_assign_lex_pages.htm&type=5

A company's sales team wants the Total Amount field to be included in the Highlights panel at the top of the Credit Memo record page. How can the administrator meet this requirement?

A.
Modify the sales team profile's assigned record type to include the Total Amount field in the Highlights Panel
A.
Modify the sales team profile's assigned record type to include the Total Amount field in the Highlights Panel
Answers
B.
Edit the Credit Memo page layout lo include the Total Amount field in the Highlights Panel
B.
Edit the Credit Memo page layout lo include the Total Amount field in the Highlights Panel
Answers
C.
Edit the properties of the Highlights Panel component on the Credit Memo lightning record page
C.
Edit the properties of the Highlights Panel component on the Credit Memo lightning record page
Answers
D.
Modify the compact layout on the Credit Memo object
D.
Modify the compact layout on the Credit Memo object
Answers
Suggested answer: D

Explanation:

The best way for the administrator to meet this requirement is to modify the compact layout on the Credit Memo object. A Credit Memo is a record that represents a refund or credit issued to a customer for an order or part of an order. A Credit Memo has various fields and related lists that display information such as the credit amount, status, reason, etc. A compact layout is a type of layout that determines which fields appear in the highlights panel at the top of a record page in Lightning Experience or Salesforce mobile app. The administrator can use the Object Manager to modify the compact layout on the Credit Memo object and add the Total Amount field to the compact layout. This way, the sales team can see the Total Amount field in the highlights panel at the top of the Credit Memo record page. Verified

Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_credit_memo.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.compact_layouts_overview.htm&type=5

Which three components can be used to modify the user experience in the Order Summary detail page?

A.
Tabs
A.
Tabs
Answers
B.
Accordion
B.
Accordion
Answers
C.
Related List-Single
C.
Related List-Single
Answers
D.
Related List - Double
D.
Related List - Double
Answers
Suggested answer: A, B, C

Explanation:

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

Which of the following options represent two ways that an administrator can utilize APIs in Workbench to query Order Summaries?

A.
Apex API and Connect API
A.
Apex API and Connect API
Answers
B.
Connect API and Platform API
B.
Connect API and Platform API
Answers
C.
Platform API and Composite API
C.
Platform API and Composite API
Answers
D.
Composite API and Invocable API
D.
Composite API and Invocable API
Answers
E.
Invocable API and Apex API
E.
Invocable API and Apex API
Answers
Suggested answer: C

Explanation:

The Platform API and the Composite API are two ways that an administrator can use APIs in Workbench to query Order Summaries. The Platform API allows querying, creating, updating, deleting, and searching records in Salesforce.The Composite API allows combining multiple requests into a single call, which can improve performance and reduce complexity12

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?

A.
File a support case to activate an integration between B2C Commerce and Order Management
A.
File a support case to activate an integration between B2C Commerce and Order Management
Answers
B.
Export the orders from B2C periodically and import them into Order Management using a scheduled job
B.
Export the orders from B2C periodically and import them into Order Management using a scheduled job
Answers
C.
Change the Order Integration Flow in Setup so the org will start seeing the orders flow in
C.
Change the Order Integration Flow in Setup so the org will start seeing the orders flow in
Answers
D.
Create a Flow to download the Orders from an SFTP location where B2C Commerce drops them and then ingest the data into Order Management
D.
Create a Flow to download the Orders from an SFTP location where B2C Commerce drops them and then ingest the data into Order Management
Answers
Suggested answer: A

Explanation:

The integration between B2C Commerce and Order Management is not enabled by default.To activate it, an administrator needs to file a support case with Salesforce and provide the necessary information, such as the B2C Commerce instance URL, the Order Management org ID, and the API user credentials3

How can an administrator add visibility rules for the buttons in the Highlights Panel on the Order Summary record page?

A.
Modify the visibility rules of the Highlights Panel Actions in the page layout
A.
Modify the visibility rules of the Highlights Panel Actions in the page layout
Answers
B.
Navigate to the Order Summary object in Setup and modify the Highlights Panel visibility rules
B.
Navigate to the Order Summary object in Setup and modify the Highlights Panel visibility rules
Answers
C.
Modify the Lightning Record Page Highlights Panel using Dynamic Actions
C.
Modify the Lightning Record Page Highlights Panel using Dynamic Actions
Answers
D.
Create a custom Highlights Panel component
D.
Create a custom Highlights Panel component
Answers
Suggested answer: C

Explanation:

Dynamic Actions allow an administrator to add visibility rules for the buttons in the Highlights Panel on the Lightning Record Page. Dynamic Actions let you configure when and where actions appear on a record page based on criteria such as record field values, user permissions, or device type.

Which two Order Management objects have their tabs set to Tab Hidden by default?

A.
OrderDeliveryMethod
A.
OrderDeliveryMethod
Answers
B.
SalesLocation
B.
SalesLocation
Answers
C.
Locations
C.
Locations
Answers
D.
Fulfillment Orders
D.
Fulfillment Orders
Answers
E.
Accounts
E.
Accounts
Answers
Suggested answer: A, C

Explanation:

The OrderDeliveryMethod and Locations objects have their tabs set to Tab Hidden by default. These objects are used to store information about how an order is delivered and where it is fulfilled from, respectively. They are not meant to be accessed directly by users, but rather through related lists or lookup fields on other objects.

Reference:Order Management Objects

Total 85 questions
Go to page: of 9