KVSKBACLLCallSelectSerialNoInf
Procedures
GetSelectedRecords(Record Serial No. Information) :
Summary: Gets the selected records from the page and inserts them into the provided temporary record.
procedure GetSelectedRecords(var serialNoInformation: Record "Serial No. Information" temporary):
Parameters:
serialNoInformation: A temporary record of type "Serial No. Information" that will be populated with the selected records from the page.
Remarks: This procedure is called when the user clicks the OK button on the page. It retrieves the selected records from the page and inserts them into the provided temporary record. The temporary record can then be used by the caller for further processing.