I am new in Business Central. I have a contact list form opens on a page OnDrillDown, a user selects multiple contacts from the list and the selected contact email addresses are populated in DrillDown field in the text form. Now when the user again opens that contact list page, I want those previously selected rows selected on the page.
I am passing that selected list of contacts to the list page OnAfterGetRecord() trigger, applied for loop and compared current record number with the selected list of contacts and then filtred and marked But only first one record is shown on the page and not selected.
Can somebody help me with this??