Hello guys !
I am working on voiding an item through code. Retail POS provides Application.runOperation method through which we can call different operations. we can also call voiditem operation through it which works.
but its working is not as it should be we call it this way:
application.RunOperation(PosisOperations.VoidItem,item.ItemId,RetailTransaction);
Now suppose there are 5 items in the transaction. we explicitly give this call item id so that it may be clear that which item has to be voided. but it sometimes voids the same item but most of the time it voids the wrong item.
anyone have encountered this odd behavior of POS and Application.runOperation ???
How can we correct it ?
*This post is locked for comments
I have the same question (0)