Technical description
Implementing addresses in Microsoft Dynamics NAV requires a set of fields to be implemented, values to be inherited, and the definition of a formatting function in the FormatAddress Codeunit.
Fields
When using Addresses in Microsoft Dynamics NAV, the following fields are typically implemented:
Field Name |
Type |
Length |
Comment |
---|---|---|---|
Name |
Text |
50 |
|
Name 2 |
Text |
50 |
|
Address |
Text |
50 |
|
Address 2 |
Text |
50 |
|
City |
Text |
30 |
Table Relation with table 225 Post Code |
Contact |
Text |
50 |
|
Country/Region Code |
Code |
10 |
Table Relation with table 9 Country/Region |
Post Code |
Code |
20 |
Table Relation with table 225 Post Code |
County |
Text |
30 |
Caption is State in North America |
When more than one address is used in one table, the field names should be more specific; for example, Bill-to Name and Ship-to Name.
The fields called City and Post Code are related to the Post Code table. This...