XMLport update only

tpeterstpeters Member Posts: 16
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

Answers

  • kylehardinkylehardin Member Posts: 257
    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.
    8ssc6msojhwm.png
    Kyle Hardin - ArcherPoint
  • tpeterstpeters Member Posts: 16
    Thanks Kyle, I'll explore that idea. I'm hope I can do this with a setting rather than code.
Sign In or Register to comment.