Thursday, February 23, 2017

Table Data source Record marking in AX form

// Table Data source Record marking in AX form
myDataSource = myDataSource _DS.getFirst();
        while(myDataSource )
        {
            myDataSource _DS.findRecord(myDataSource );
            myDataSource _DS.mark(true);
            myDataSource  = myDataSource _DS.getNext();
        }

No comments:

Post a Comment

Export label custom content

 GRID => Properties "Export Label" => "SalesReportMexico" To get download file with custom naming.