I want to create a new report and show Record Link data for each Item.
I have created a new report and add the Item table and above it the Record Link table.
I have tried to join the Item.No. field with the Record ID field to show for each Item the Record Link data but I couldn't do it because the fields are diferent. Is there a way to read the Record Link table within Navision and create a report to show the data?
kirkostas™
0
Comments
Try setting the filter in the OnPreDataItem of the Record Link like this:
RecRef.GETTABLE(Item);
"Record Link".SETFILTER("Record ID", FORMAT(RecRef.RECORDID));
RTC Printouts Made Easy
NaviNordic Document Configurator for Dynamics NAV