Options

how to add data during xmlport import?

jr_macarilayjr_macarilay Member Posts: 29
edited 2011-07-27 in NAV Three Tier
Hi,

i want to add additional data during import while using xmlport. the import runs fine w/o any errors but when i check the table, the additional data that i want to add is not included. can someone check if im doing something wrong? thanks

here's a cut from my xmlport code.
Header - Import::OnBeforeInsertRecord()
  sa_header.VALIDATE(location,xLocation);
  sa_header.VALIDATE(brand,xBrand);
  sa_header.VALIDATE("load date",xDate);

Comments

Sign In or Register to comment.