XMLport comma delimited import issue

MrBill1962MrBill1962 Member Posts: 28
edited 2013-07-26 in NAV Three Tier
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.

Comments

  • ftorneroftornero Member Posts: 524
    Set in the XMLPort integer table the property Temporary = Yes.
  • Wisa123Wisa123 Member Posts: 308
    Or just
    CurrXMLPort.SKIP
    at the End of your OnBeforeInsertTrigger, or wherever you work
    Austrian NAV/BC Dev
Sign In or Register to comment.