Thursday 19 January 2017

cancel SO in ax 2012

        salesTable = _args.record();
        //Cancel sales return
        SalesUpdateRemain::cancelRemainderOnOpenSalesLines(salestable);

by calling the above method the open salesline of a particular sales order will get cancelled.

No comments:

Post a Comment

intercompany PO multiple product receipt by x++

public void processStampICPO(PackingSlipId _deliveryNote,                             Transdate _deliverydate,                             ...