D365FO :Cancel Deliver Remainder Quantity In Sales Order Lines with different conditions OR Sales Entire Sales order

 

Hi,

D365FO:Cancel Deliver Remainder Quantity In Sales Order Lines with different conditions OR Sales Entire Sales order 

  //Sales Order SalesUpdateRemain::construct().cancelOpenOrderLinesDeliveryRemainder(_localSalesTable);

//Sales Line (In Loop)

    SalesUpdateRemain::construct().updateDeliverRemainder(_localsalesLine, 0, 0);


https://allaboutdynamic.com/2019/07/22/d365-ax7cancel-deliver-remainder-quantity-in-sales-order-lines/

http://axaptadevmallik.blogspot.com/2016/12/cancel-specific-sales-line-using-code-x.html#:~:text=28%20December%202016-,Cancel%20a%20specific%20Sales%20Line%2C%20using%20code%20(X%2B%2B)%20AX2012,using%20the%20class%20%22SalesUpdateRemain%22%20.

https://community.dynamics.com/ax/f/microsoft-dynamics-ax-forum/203760/how-to-cancel-a-sales-order-using-x?pifragment-96834=1

http://imdaxershiv.blogspot.com/2016/12/x-code-to-cancel-sales-order-and.html

http://axaptadevmallik.blogspot.com/2016/12/cancel-sales-order-dynamics-ax-x.html

https://dynamicsuser.net/ax/f/technical/59707/cancel-sales-order-with-code



Comments