Hi Divesh, I've tried the following code //CurrPage.SalesLines.PAGE.GETRECORD(Rec_SalesLines); //MESSAGE(Rec_SalesLines."No."); CurrPage.SETSELECTIONFILTER(Rec_SalesLines); IF Rec_SalesLines.FINDSET THEN REPEAT MESSAGE('%1',FORMAT(Rec_SalesLines."No.")); UNTIL Rec_SalesLines.NEXT=0; On Clicking the Action I get an error "TableID does not match." I'm trying to select multiple lines on Sales Order page and on Action on the Sales Order Page it should display say the LineNo of the selected lines
↧