Hello
I have issue in x mark SO transaction for settlement
The transaction is marked but when invoiced the so the SO no settlement happened
Custvendopentransmanager manager;
manager = custvendopentransmanager::construct(salesTable);
manager.updateTransMarked(transOpen,true);
this code mark the transaction but didn't settlement the invoice with marked transaction
After invoice the record is still exist in the SpecTrans
- so i need to same system behavior when mark transaction for not invoiced SO
Thank you in advance