As part of implementation, it is required for return orders created against a sales order to have the value of an extended database attribute of the YFS_ORDER_LINE table. At the time of return creation, this attribute must be copied from the sales order onto the return order.
How can this be accomplished?
A. In the attribute entity definition for the extended database attribute, set CopyToRelatedOrders = `Y'
B. Add the attribute to the Default Derived Order template under Process Type Details for the Order Fulfillment process type
C. Extend the createOrder API template for the return order document type to include this attribute.
D. Add the attribute to the template in the configurationfor the include in Return transaction under the Others tab
An electronic retailer offers installation services for Home Theater systems, and the customer has the option of selectingthis service at the time of order Placement.
How should the implementation professional set the service item configuration to fulfill this servicing requirement?
A. Special Services
B. Delivery Services
C. Value-Added Services
D. Provided Services
A point of sale (POS) system is connected to a central application server at the enterprise level. Networkis unavailable and the POS system is not able to connect, but stores still need to service customers. The store would like to operate in offline mode and transfer data to the server once the network is back.
How can an implementation professional model this requirement in the system?
A. Run the Change data import agent for data synch from enterprise to store in DELTA synch mode
B. Run the Change data export agent for data synch from enterprise to store in DELTA synch mode
C. Run the Change data import agent for data synch from enterprise to store in FULL synch mode
D. Run the Change data export agent for data synch from enterprise to store in QUICK synch mode
An implementation professional creates an order with header-level shipment charges- The order is to be shipped in two shipments.
How are theshipment charges invoiced?
A. Header-level shipment charges are invoiced in the last invoice
B. Header-level shipment charges are invoiced in the first invoice.
C. Header-level shipment charges are invoiced in the first and second invoice
D. Header-level shipment charges arenot invoiced
An implementation professional needs to define shipping conditions such as "Do not mix items fromdifferent order number in a shipment".
How can this be set in IBM Sterling Order Management?
A. Under Logistics Management, go to Cross Application > Logistics Rules
B. Under Application Platform, go to System Administration > Logistics Rules
C. Under Application Platform, go to Participant Setup (for Seller Enterprise) > Roles and participation > Seller attributes
D. Under Logistics Management, go to Logistics > Shipment Planning
An organization needs to limit the output of the getOrderDetails API for user XYZ, while keeping the original API output intact the remaining users. The user XYZ belongs to User Group A and Team B.
How can this be achieved using IBM Sterling Order Management security configurations?
A. Configure a XSL file to modify the output template to limit output of getOrderDetails API and assign it to user XYZ
B. Use API security configuration for the getOrderDetails API to limit its output and assign it to the user XYZ
C. Use API security configuration for the getOrderDetails API to limitits output and assign it to Team B
D. Use API security configuration for the getOrderDetails API to limit its output and assign it to User Group A
A sales order was paid for using a combination of the following payment methods:
Customer Account ($20)
Gift Card ($10)
Credit Card ($90)
Gift Cards are configured such that the refund amount is returned to the Customer Account, and Credit Cards are configured to refund to the Credit Card used. The Refund Sequence for the Customer Account is 0 and Credit Card is 0. If this sales order is returned, how is the order completely refunded?
A. The Credit Card is refunded S90, the Customer Account is refunded $20, then the Gift Card is refunded $10
B. The Credit Card is refunded S90, then the Customer Account is refunded $30.
C. The Customer Account is refunded the full amount of $120.
D. The Customer Account is refunded S30, then the Credit Card is refunded $90.
An implementation professional uses the customer_overndespropertiesfile to override properties in the Inventory Management category of yfs.properties. In order for the Real- Time Availability Monitor (RTAM) to correctly handle all the unassigned demands (e.g. backorder), which two property values must be set to T? (Selecttwo.)
A. yfs.nodecapacity.lock
B. yfs. balanceShortageAcrossNodes
C. yfs.hotsku.useHotSKUFeature
D. yfs.inventory.sortandlock
E. E.yfs.considerUnassignedDemands
In the following scenario, the system should avoid locking in YFSJNVENTORYJTEM until the overall availability is low (150).

How can this requirement be modeled in the system?
A. Configure yfs.hotsku.lockOnlyOnLowAvailability = Y
B. Configure yfs.skipLockInventoryitemList = Y
C. Configure yfs.hotsku.assumeUnavailableonLockTimeout = Y
D. Configure yfs hotsku.useAvailabilityAcrossNodes = Y
Sales orders are being purged using the ORDER_PURGEtransaction for which the retention days period is defined to be 30 days.
How does the purge agent select the orders that need to be purged?
A. It selects those orders from the YFS_TASK_Q table that are available (AVAILABLE, DATE <= SYSDATE) for PURGE transaction
B. It selects those orders from the YFS_ORDER_AUDIT table that don't have an order audit record created in the last 30 days or more.
C. It selects those orders from the YFS_ORDER_HEADER table that have been in 'Shipped'" status for 30 daysor more.
D. It selects those order lines from the YFS_ORDER_HEADER table that have been in 'Shipped" status for 30 days or more.