I needed to write a program for a client that involved removing a line item from the POS after I did my thing.
Well I posted, wrote to the so called 'experts' here (who really ignored me), but eventually figured it out.
:)
So here it is:
Session.Transaction.Entries.Remove(qSession.Transaction.Entries(1)).
One being a line item id.
Voila.
Enjoy!
*This post is locked for comments

Report
All responses (
Answers (