Hello Everybody,
While designing XML port there is a property of defining a tables as temporary. Now i want to access that temporary table form my codeunit after it has been successfully imported to that temporary table.
Is it possible what i am doing, If yes then please guide me so that i can carry on with my task,
Thanks and Regards,
0
Comments
have a look at the webcast in the download Forum "Navision 4.0 XMLPorts Objects"
In this Web Cast the auditor explained the functionality of temporary tables in XML Ports.
He explained that the temporary table is for import Data with the following structure:
Header Information for Doc XY
Line Information for Doc XY
Header Information for Doc XY
If there is a Header Information after Line Information, you can use the temporary defined Table to write all Line Informations in it. After import all Informations of the Document, you step through the tempory Table with Repeat until and insert the Line Information into the Target Table.