简体   繁体   中英

Navision tables and value mapping

im looking into Navision tables i have notice that in many cases there are numeric values which represent words.

For example:

In table Sales Line there is a column named Document Type which represent Quote, Order, Invoice, Credit Memo, Blanket Order, Return Order. In database table those Document Types are represented by numeric values, 1,2 etc.

Is there any website which provide the mapping among the words and the numeric values for each table?

Thanks a lot for your help.

No, there isn't.

You can only get that mapping from inside Nav.

Yes. You will find that info at https://dynamicsdocs.com/ . Just be careful in how you read the entries. The values are zero-based arrays.

So for example, [Value Entry].[Source Type] is [,Customer,Vendor,Item]

Which means that 0 is skipped and the values are.

  • 1 = Customer
  • 2 = Vendor
  • 3 = Item

And [Value Entry].[Type] is [Work Center,Machine Center, ,Resource] - notice that the values are 0, 1, 3, while 2 is skipped.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM