So, I'm using the integer table as my only table in a XMLport. Many of us have done this in dataports and just imported into whatever table we choose by turning off the auotinsert, update, etc. I've seen no property that would correspond to AutoInsert or AutoUpdate. Yet, when I run the XMLport, I get an error that says "The Integer Table is Read-Only" which would seem to indicate that somehow the XMLport is attempting to insert a record. However, I've made all the incoming fields text fields and am controlling the insert to the Gen. Journal Line table in code.
0
Comments
CurrXMLPort.SKIP
at the End of your OnBeforeInsertTrigger, or wherever you work