Hello,
I am trying to set up an XMLport that works for updating values only and not inserting new records. Is this possible? I don't see an obvious option to limit it like this.
Thank you,
Tim
You can mess with these properties on the table element, but I suspect you are going to have to add something like IF NOT GET(whatever) THEN CurrXMLPort.SKIP.
Answers