Good morning
We have a mapping to Process.SalesOrder BOD (which is sent to Infor LN 10.5 to create a sales order) that needs to map a price (coming from our Webshop with XML data) in some situations (depending on type of order) and no price in others (then, Infor LN finds the price from price system by its own).
So, I need to have the entire red marked part in some cases, but in other cases, I want to leave it away completely (depending in incoming XML element order type).
How can this be achieved?
<SalesOrderLine>
<Item>
<ItemID>
<ID>130905</ID>
</ItemID>
</Item>
<Quantity>1</Quantity>
<UnitPrice>
<Amount currencyID="CHF">324.98</Amount>
<PerQuantity>1</PerQuantity>
</UnitPrice>
</SalesOrderLine>
Thanks a lot and kind regards
Matthias Baumann
BWT AQUA AG
Switzerland