Posts

Showing posts with the label reset the price of return orders

Job to reset the price of return orders with price in Ax 2009

Job to reset the price of return orders with price in Ax 2009.     boolean                 updateprice = true;     SalesTable              salesHeader;     SalesLine               saleLine, saleLineUpdate;     DataArea                dataArea ;     TextIo                  file;     FileName                filename = @"c:\temp\RMAWithPriceList.txt";     FileIoPermission        permission;     #File     ;     try     {         // Create the permission class         permission = new FileIoPermission(filename, #io_write);         // Add a request for permis...