RE: How to confirm sales line record one by one in x++
HI Steve,
Thank you for your response.
below is the piece of code i am calling while doing the confirmation of the salesorder
SalesFormLetter salesFormLetter = SalesFormLetter::construct(DocumentStatus::Confirmation);
salesFormLetter.update(_salesTable, _transDate, SalesUpdate::All, AccountOrder::None, NoYes::No, NoYes::No, NoYes::No, NoYes::Yes);
but i am quite not sure how can i confirm line by line.. as above code confirms the whole salesorder itself.
can you provide me any piece of code which confirms each line.
thanx in advance.