
I am using Microsoft RMS Dynamics with the latest hotfixes. This post pertains to the Internet Order/Yahoo Store feature of RMS. In my internet order, I have the structure:
<Order currency="USD" id="113"><AddressInfo type="ship">
<Name>...</Name>
<Address1>...</Address1> <!-- More stuff in here -->
<Comments>...</Comments>
<Item num="0">
<Code>...</Code>
<Quantity>1</Quantity>
<Unit-Price>59.99</Unit-Price>
<Description>...</Description>
<Taxable>YES</Taxable>
<Comments>foobarbaz</Comments>
</Item>
<Total>...</Total>
</Order>
My problem is that the Comments line within the Item is not coming in as a TransactionEntry comment upon loading the order; in fact, it appears to disappear completely. Does anybody know if there is a way to get it to show up?
Another option that we'd be open to would be having something like a non inventory item set up with a Lookup Code such as STATS, and be able to overwrite the description on this; however, when I tried this, the description line simply gets overwritten by the description that is connected to the item (STATS) by default. Again, if anybody has a workaround for this, it would be much appreciated.
Thanks so much!
*This post is locked for comments
I have the same question (0)