Salesforce Order Management Administrator Salesforce Order Management Administrator Accredited Professional Exam Practice Test

Page: 1 / 14
Total 85 questions
Question 1
Question 2

A developer needs to create a scheduled job in an external system to move Order data into a Salesforce org every 24 hours. In which two ways can this off-platform job be established without additional third-party tools?



Answer : A, D

Two ways that this off-platform job can be established without additional third-party tools are:

Install a minimal set of dev tools on a machine such as the Command Line Interface (CLI) and create appropriate scripts to import files containing the data. The CLI is a tool that allows developers to interact with Salesforce from the command line. The developer can use the CLI to create scripts that use commands such as force:data:bulk:upsert or force:data:tree:import to import data from CSV or JSON files into Salesforce.

Authorize a machine against the Salesforce org's APIs with appropriate security measures and create a script to call the APIs. The APIs are interfaces that allow developers to access data and functionality in Salesforce from external systems. The developer can use the APIs, such as REST API or Bulk API, to create a script that authenticates with Salesforce using OAuth 2.0 or JWT, and then performs operations such as insert, update, or delete on Order data.

Verified Reference: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_data.htm 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_asynch.meta/api_asynch/asynch_api_intro.htm


Question 3
Question 4
Question 5

Which two practices ate needed for a custom attribute to map into Order Management assuming the attribute has been created on the necessary objects?



Answer : A, B

Two practices that are needed for a custom attribute to map into Order Management assuming the attribute has been created on the necessary objects are:

The types must match within reason. The data type of the custom attribute in Order Management must match or be compatible with the data type of the corresponding attribute in the external system, such as B2C Commerce or B2B Commerce. For example, if the attribute is a string in B2C Commerce, it must also be a string in Order Management.

The names must be an exact match. The name of the custom attribute in Order Management must be exactly the same as the name of the corresponding attribute in the external system, including capitalization and punctuation. For example, if the attribute is named ''kitItem'' in B2C Commerce, it must also be named ''kitItem'' in Order Management.

Verified Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/topic/com.demandware.dochelp/OrderManagement/Administration/AdminAttrMgrCustomAttributes.html


Question 6

An administrator has created a new currency field on the Fulfillment Order object and wants to roll up the total to the Order Summary object. When creating a rollup field on the Order Summary object, Fulfillment Order does not appear as an option. Why is this?



Question 7
Page:    1 / 14   
Total 85 questions