Developers toolkit - Import Error

raven44raven44 Member Posts: 85
I'm using NDT3.0.
Changed license and stx files from my local NAV2009 directory.

Created a NAV2009 database and imported DevTool.fob.
Exported v4.03 objects to a text file.
When I import this text file I get the following error:

"Error during import!"

Details:

Object Table 3
Sections imported:
OBJECT-PROPERTIES
PROPERTIES
FIELDS
KEYS
<ERROR>

Last imported Data:

Property:
CaptionML=Calc. Pmt. Disc. on Cr. Memos

Code:

Variable:

Function:

Field/Control:
6/Calc. Pmt. Disc. on Cr. Memos

Keys:
1/Code


If I click ok, it errors on the very next table:

Object Table 4
Sections imported:
OBJECT-PROPERTIES
PROPERTIES
FIELDS
KEYS
<ERROR>

Last imported Data:

Property:
BEGIN CASE "Invoice Rounding Type" OF "Invoice Rounding Type"::Nearest: EXIT('=')
"Invoice Rounding Type"::Up:
EXIT('>')
"Invoice Rounding Type"::Down:
EXIT('<')
END
END

Code:
FieldTrigger/Line:6->"Max. VAT Difference Allowed" := ABS("Max. VAT Difference Allowed");

Variable:

Function:
OnValidate

Field/Control:
55/Max. Payment Tolerance Amount

Keys:
2/PROCEDURE InitRoundingPrecision@2()


Does anybody know, or have an idea, of what the issue is?

Thanks in advance :-k

Comments

  • kapamaroukapamarou Member Posts: 1,152
    I think you'll need to export the text files in 2009 format. Check this thread:
    viewtopic.php?f=23&t=33427
  • raven44raven44 Member Posts: 85
    thanks kapamarou.
    that was exactly the solution - export it from a 2009 database to get the valid 2009 text format.

    I initially read the post, but only the begginning section :oops: .

    Thanks again!
  • kapamaroukapamarou Member Posts: 1,152
    Glad to help!
Sign In or Register to comment.