In your action: - Declare a SalesLine variable of Type = Record that points to Sales Line table. - In the action code, write: CurrPage.SalesLines.PAGE.GETRECORD(SalesLine); MESSAGE(SalesLine."No."); //This is the Sales Line selected.
↧