XMLPort Prepare xml document

Hi all, I am just trying yo use the xmlport for import data to navision, anyones know the xmlport can modify the existing data or just can be insert new data ? Hane any tools for prepare the xml data for importing? Thanks all

Hi, directly, you can only import data into tables. What you can do is use temporary tables, where you first import data and then update the Tables you want to modify (like it is done in the Objects for BizTalk e.g. XmlPort 99008500). The other way would be to use Variables (with Source Type = Text) and then us code to change the actual Table entries. regards Daniel