Creating dialog box for the cancel of SalesOrder packingslip form
Creating dialog box for the cancel of SalesOrder packingslip form: void clicked() { // + My Comment (Added by incadmin - INC-vinod - Start 04/11/2018) Dialog dialog = new Dialog("Enter Comments"); DialogField dialogcomment; NotesLine comments; CustPackingSlipJour CustPackingSlipJourloc; // - My Comment -INC-Vinod - End #ISOCountryRegionCodes CustPackingSlipJour localCustPackingSlipJour = custPackingSlipJour.data(); // + My Comment (Added by incadmin - INC-vinod - Start 04/11/2018) dialogcomment = dialog.addField(Extendedtypestr(Notes),"Comments"); if(dialog.run()) { comments = dialogcomment.value(); if ( Sy...