A business needs to configure a drop ship from a vendor to a customer directly with visibility into the purchase order (PO) created by the vendor and status updates on the PO. What should be done to meet this requirement?
A. 1. Model the vendor as a seller and node, where the organization does not have a hierarchical relation with the seller organization on theorder.2. Do not check "Suppress chained order creation even if seller requires" setting.3. Run Chained_Order_Create to create the purchase order.PO getting shipped will result in the corresponding sales order line being shipped.
B. 1. Model the vendor as a seller and node, where the organization has a hierarchical relation with the seller organization on the order.2. Check the "Suppress chained order creation even if seller requires" setting.3. Run Chained_Order_Create to create the purchase order.PO getting shipped will result in the corresponding sales order line being shipped.
C. 1. Model the vendor as a seller and node, where the organization has a hierarchical relation with the seller organization on the order.2. Check the "Suppress chained order creation even if seller requires" setting.3. Run Chained_Order_Create to create the PO. Place custom logic on PO "Shipped" event to update the corresponding sales order status to"Shipped".
D. 1. Model the vendor as a seller and node, where the organization does not have a hierarchical relation with the seller organization on theorder.2. Implement a listener on the PO pipeline that updates the sales order pipeline.3. Implement custom logic to stamp the PO's delivery location as customer's address.PO getting shipped will result in the corresponding sales order line being shipped.
For item pricing, quantity tiers that have both absolute and percentage adjustments are defined in the price list. How will the price of the item be calculated?
A. Only absolute adjustment would be applied.
B. Only percentage adjustment would be applied.
C. First percentage adjustment, and then absolute adjustment would be applied.
D. First absolute adjustment, and then percentage adjustment would be applied.
A business has three distribution centers (DC) and 300 stores across the country. Some items are only available in stores. The business has the facility to move inventory from the stores to the DC, and vice versa. It takes one day to transfer inventory. The business has the following requirements: 1.Inventory should first ship from DC, then if necessary, from the stores (first considering stores closest to the Ship To Address). 2.The order should be fulfilled as long as inventory exists somewhere. 3.The business guarantees that (nonbackordered) items are shipped to the customer within three days of order creation. Which two of the following options can MOST EFFICIENTLY model this fulfillment requirement?
A. Create a region based (i.e. East / West / Central) sourcing rules with each having ->-sequence 1 as Source from Distribution Group that includes all DC and All Stores
B. Create region based (i.e. East / West / Central) sourcing rules with each having ->-sequence 1 as Source from All Nodes of Type "DC"-sequence 2 as Source from All Nodes of Type "Store"
C. Create region based (i.e. East / West / Central) sourcing rules with each having ->-sequence 1 as Source from Distribution Group that includes all DC-sequence 2 as Source from Distribution Group that includes first priority group of stores-sequence 3 as Source from Distribution Group that includes second priority group of stores
D. Create region based (i.e. East / West / Central) sourcing rules with each having ->-sequence 1 as Source from All Nodes of Type "DC"-sequence 2 as Source from All Nodes of Type "Store" within radius of 500 KM of Ship To Address-sequence 3 as Source from All Nodes of Type "Store" within radius of 1500 KM of Ship To Address
E. Create a region based (i.e. East / West / Central) sourcing rules with each having ->-sequence 1 as Source from DC-sequence 2 as Source from All Nodes of Type "Store" within radius of 50 KM of Ship To Address-sequence 3 as Source from All Nodes of Type "Store" within radius of 100 KM of Ship To Address-sequence 4 as Source from All Nodes of Type "Store" within radius of 150 KM of Ship To Address-sequence 5 as Source from All Nodes of Type "Store" within radius of 200 KM of Ship To Address-sequence 6 as Source from All Nodes of Type "Store" within radius of 250 KM of Ship To Address- etc....
A solution designer needs to provide a "Copy Order" functionality where specific attributes of an order and order line are copied from one order into another. This can be accomplished by:
A. modifying the input template of copyOrder API.
B. overriding the output template of copyOrder API.
C. modifying the copy order template in sales order process type.
D. implementing custom logic to copy only the specific attributes and call createOrder API.
A retailer wants to enable the selling of open box items online. How can this be modeled?
A. Model this as supply type and match the supply and demand using supply type.
B. Model this as an inventory segment and have the supply and demand match on segment.
C. Model the item as tag controlled and have the system match supply and demand using the tag.
D. Model the item as serial tracked and have the system match supply and demand using the serial.
Payment type charge sequence is configured as follows:
-Credit Card Sequence: 2
-
Gift Card Sequence: 1
-
Loyalty Card Sequence: 0 Loyalty Card Sequence: 0 All tenders require authorization and charge. An order totaling $120 is created with three payment methods with the following maximum charge limits and sequences passed:
-Credit Card: Max Charge $100 - Sequence 2
-
Loyalty Card: Max Charge $10 - Sequence 1
-
Gift Card: Max Charge $ 20 - Sequence 0 Gift Card: Max Charge $ 20 - Sequence 0 What is the sequence in which authorization requests are created, and in what amounts?
A.
Loyalty Card $10, Gift Card $20, Credit Card $90
B.
Gift Card $20, Loyalty Card $10, Credit Card $90
C.
Credit Card $100, Loyalty Card $10, Gift Card $10
D.
Gift Card $20, Loyalty Card $10, Credit Card $100
The following configuration has been defined in Sterling Order Management:
Which two of the following statements are TRUE?
A. B1 and B2 can share catalog data.
B. Inventory created in the context of B1 can be used for B2 orders.
C. Configuration data modified by C1 is automatically reflected to B1 and B2.
D. Customers created in the context of B1 and B2 can be shared across enterprises.
E. Customers created in the context of B1 and B2 cannot be shared across enterprises.
An enterprise installed Sterling Selling and Fulfillment Suite. The customer requirement is that the administrator should receive a notification if the agent and integration servers stop running unexpectedly. How can this requirement be achieved?
A. Configure alert notification on the Health Monitor agent.
B. Implement a JMX bean to track the entries in the YFS_HEARTBEAT table.
C. Specify unique runtime IDs when defining the agent and integration servers.
D. Write a servlet filter on the application servers to record the server heartbeat while the server is running.
A business needs to integrate with a website in order to provide inventory updates from Sterling Order Management. The requirements are as follows: Requirement 1 - Send a message to website with inventory picture each time it crosses a threshold for minimum/maximum. Requirement 2 - Send a message to website with complete inventory picture once a month. Requirement 3 - Resend the last inventory picture ad-hoc when explicitly requested by website. This setup should be implemented as an:
A. event-based (RTAM) monitor and setup thresholds. Implement:Requirement 1, using activity sync modeRequirement 2, using full sync modeRequirement 3, using quick sync mode
B. event-based (RTAM) monitor and setup thresholds. Implement:Requirement 1, using quick sync modeRequirement 2, using full sync modeRequirement 3, using activity based mode
C. action-based (Availability) monitor and setup thresholds. Implement:Requirement 1, using activity based modeRequirement 2, using full sync modeRequirement 3, using quick sync mode
D. action-based (Availability) monitor and setup thresholds. Implement:Requirement 1, using quick sync modeRequirement 2, using full sync modeRequirement 3, using activity based mode
In the current IBM Sterling Selling and Fulfillment implementation, there are new tables defined by the implementation team that contain configuration data, and this data needs to be migrated across many environments. In order to migrate the data using the Configuration Deployment Tool (CDT), a solution designer should add the new table list in which of the following files?
A. $INSTALL_DIR/resources/ydkresources/ydkprefs.xml
B. $INSTALL_DIR/properties/customer_overrides.properties
C. $INSTALL_DIR/resources/ydkresources/cdt_custom.xml
D. $INSTALL_DIR/resources/ydkresources/cdt_dbdefaults.properties