I’ve been trying to set up an automated type of solution to automatically create a record in the Document table and import a PDF document. I’m just having a problem actually getting the PDF attached. Each time that I try it, I can get it so that I create a new record in the Document table, but I can never actually get it so that the PDF is included. Code I have tried, although I have tried many variations of this: SetupNewDocument IF Kdoc.Import(ScanDocPath,FALSE) THEN BEGIN DocTable.Description := Kdoc.Description; RecToKdoc(Kdoc); END; SaveDocument(Kdoc); DocTable.INSERT; Anyone else try anything similiar? Navision 2.6E with most recent version of Matriks available for 2.6.