IBM Support

Change Order (modify) does not change Markfor address

Troubleshooting


Problem

Change Order (modify) does not change Markfor address

Symptom

PART: API-OM 5.5 Platform
PRODUCT: Distributed Order Management
COMPONENT: changeOrder
OS: HP-UX - 11i
DATABASE: Oracle - 9.2.0.4
WEB SERVER: WebLogic - 8.1 SP2
WEB BROWSER: Internet Explorer - 6.0 sp1

Change Order (modify) does not change Markfor address

Steps to Simulate :
1. Create an Order using this XML
<Order EnterpriseCode="DEFAULT" >
<OrderLines>
<OrderLine OrderedQty="1" PrimeLineNo="48" SubLineNo="64">
<Item ItemID="ABC" />
<PersonInfoMarkFor AddressLine1="First" />
</OrderLine>
</OrderLines>
<PersonInfoShipTo AddressLine1="1" />
<PersonInfoBillTo AddressLine1="1" />
</Order>

2. Check from the UI, and on the line, see that the information for MarkFor is Displayed in the ForwardTo Innerpanel.

3. Now run this for changeOrder
<Order Action="MODIFY" OrderHeaderKey="2004051811422352152" >
<OrderLines>
<OrderLine Action="MODIFY" PrimeLineNo="48" SubLineNo="64">
<PersonInfoMarkFor AddressLine1="Hello Again" />
</OrderLine>
</OrderLines>
</Order>

4. Check from the UI, the *changed* address is populated in the Shipto Innerpanel on the UI.
5. Do more changeOrders, to confirm that MarkFor is actually going to ShipTo.
6. Now do a changeOrder as follows :
<Order Action="MODIFY" OrderHeaderKey="2004051811422352152" >
<OrderLines>
<OrderLine Action="MODIFY" PrimeLineNo="48" SubLineNo="64">
<PersonInfoMarkFor AddressLine1="Hello Again" />
<PersonInfoShipTo AddressLine1="Ship To" />
</OrderLine>
</OrderLines>
</Order>

7. Note that the MarkFor change is ignored.

Cause

Resolving The Problem

Defect fixed in Yantra 5.5 SP1 HF5

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Not Applicable","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

PRI49364

Product Synonym

[<p><b>]Fact[</b><p>];

Document Information

Modified date:
16 June 2018

UID

swg21531177