In xstore version 7.1 is it possible to customize the poslog
HI MOSC,
We have a requirement to send some extra details in the poslog in addition to the tags in the base
Is it possible to customize the poslog in Xstore for inventory functions?
RetailTransaction TransactionStatus="dtv:CancelOrphaned" TypeCode="Transaction">
<LineItem EntryMethod="Keyed" VoidFlag="false">
<SequenceNumber><![CDATA[1]]></SequenceNumber>
<Sale ItemType="Stock">
<ItemID><![CDATA[9999999]]></ItemID>
<Description><![CDATA[test item]]></Description>
<!-- New tag -->
<ComponentItemId><![CDATA[9999999]]></ComponentItemId>
Quantity><![CDATA[1]]></Quantity>
Thanks,