Options

XML Issue

armelaarmela Member Posts: 20
edited 2012-05-21 in NAV Three Tier
I have a very simple XML that imports Vendor info.
I have it starting with a Text element, then table of vendor and a few fields.
it is setup to import a text file and all looks good.
When I try to run from RTC, I get the attached error message.
I am confused as I have no code anywhere that would require calling anything else.

Any ideas ??

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    Try not to validate the zip or city fields. Or you need to change the Vendor table.

    or change the following code
    City - OnValidate()
    //MOD01 Start
    If Currfieldno <> 0 then
    //MOD01 End
      PostCode.ValidateCity(
    

    Post Code - OnValidate()
    //MOD01 Start
    If Currfieldno <> 0 then
    //MOD01 End
      PostCode.ValidatePost(
    
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    armelaarmela Member Posts: 20
    That did it.
    Thank you much.
  • Options
    ara3nara3n Member Posts: 9,255
    You are welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.