Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce Order-Management-Administrator - Salesforce Order Management Administrator Accredited Professional (AP-219)

Which option is available for an admin to use as middleware to import data to. or export data from Order Management?

A.

Use Workbench to access the database

B.

Use the Developer console

C.

Find an application on AppExchange

D.

Write Apex classes to query the database and write to a file

E.

Use Data Loader

An administrator is attempting to automatically create process exceptions for the Fulfillment Order object. When does the Create Process Exception flow get triggered?

A.

On a daily basis using Schedule Jobs in Setup

B.

A Process Exception Event is fired

C.

A Fulfillment Order or Order Summary object are modified and any modification meets the error criteria

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

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

A.

Install a minimal set of dev tools on a machine such as theCommand Line Interface (CLI) and create appropriate scripts to import files containing the data

B.

Set up an SFTP server as a waystation. drop the files there using the off-platform job and schedule a job in-platform to process the file

C.

Create a job inthe org (on-platform) to drop a file of existing data. Use the off-platform machine to generate a file and identify the details between the two. Push the changes to the org's "Import" directory

D.

Authorize a machine against the Salesforce org's APIs withappropriate security measures and create a script to call the APIs

An administrator has created a flow but during testing they encounter an unhandled fault error. Which three can the administrator do to get more details for debugging?

A.

Create a fault connector

B.

Add a Display Text component which includes {! SFIow.FaultMessage}

C.

Add an error node

D.

Add a screen node

E.

Create an errorconnector

What type of relationship exists between FulfillmentOrder and Location?

A.

One-to-One Lookup (Location) FulfilledFrom Location

B.

Junction (Many to Many)

C.

Many-to-One Lookup(Location) Fulfil led from Location Id

D.

One-to-Many Lookup (Location) FulfilledFrom Location Id

Where is the Shipping Address stored as it relates to Order Summary?

A.

Order Delivery Group Summary

B.

Order Shipping Summary

C.

Order Shipping Details

D.

Order Delivery Group Details

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

A.

OrderDeliveryMethod

B.

SalesLocation

C.

Locations

D.

Fulfillment Orders

E.

Accounts

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 theHighlights Panel Actions in the page layout

B.

Navigate to the Order Summary object in Setup and modify the Highlights Panel visibility rules

C.

Modify the Lightning Record Page Highlights Panel using Dynamic Actions

D.

Create a custom Highlights Panel component

What is the required amount of test codecoverage when deploying an Apex class?

A.

0.55

B.

0.75

C.

0.65

D.

0.85