| Name | zed Table | zed Field | zed Field Size | API Class | API Property | DI API Class | DI API Property | B1 Table | B1 Field | B1 Field Size | To B1 | To zed | |
| 1 | Address Format | AddressFormat | AddressFormatId | int | NPAddressFormat | AddressFormatId | | | | | | N | N | |
| 2 | Address Format | AddressFormat | Name | nvarchar(50) | NPAddressFormat | Name | | | OADF | Name | nvarhchar(50) | N | Y | Direct Database Query. |
| 3 | Address Format | AddressFormat | Format | nvarchar(100) | NPAddressFormat | Format | | | OADF | Format | nvarchar(100) | N | Y | Direct Database Query. |
| 4 | Address Format | AddressFormat | SynchLockout | nchar(1) | NPAddressFormat | SynchLockout | | | | | | N | N | |
| 5 | Address Format | AddressFormat | SynchId | nvarchar(50) | NPAddressFormat | SynchID | | | OADF | Code | smallint | N | Y | Direct Database Query. |
| 6 | Address Format | AddressFormat | SynchDate | datetime | NPAddressFormat | SynchDate | | | | | | N | N | |
| 7 | Address Format | AddressFormat | SynchFlag | nchar(1) | NPAddressFormat | Synched | | | | | | N | N | |
| 8 | Country | NPCodesCountry | CountryAbbr | nvarchar(50) | NPCountry | CountryCode | | | OCRY | Code | nvarchar(3) | N | Y | Direct Database Query. |
| 9 | Country | NPCodesCountry | CountryName | nvarchar(100) | NPCountry | CountryName | | | OCRY | Name | nvarchar(100) | N | Y | Direct Database Query. |
| 10 | Country | NPCodesCountry | Encoding | nvarchar(50) | NPCountry | Encoding | | | | | | N | N | Defaults to en-US. |
| 11 | Country | NPCodesCountry | ValidForShipping | nchar(1) | NPCountry | ValidForShipping | | | | | | N | N | True if this country has previously been used on an invoice. |
| 12 | Country | NPCodesCountry | ValidForBilling | nchar(1) | NPCountry | ValidForBilling | | | | | | N | N | True if this country has previously been used on an invoice. |
| 13 | Country | NPCodesCountry | SynchFlag | nchar(1) | NPCountry | Synched | | | | | | N | N | |
| 14 | Country | NPCodesCountry | SynchDate | datetime | NPCountry | SynchDate | | | | | | N | N | |
| 15 | Country | NPCodesCountry | AddressFormatId | int | NPCountry | AddressFormatId | | | OCRY | AddrFormat | smallint | N | Y | A default format is created if one does not exist. |
| 16 | State | NPCodesState | CountryAbbr | nvarchar(50) | NPState | CountryCode | | | OCST | Country | nvarchar(3) | N | Y | Direct Database Query. |
| 17 | State | NPCodesState | StateAbbr | nvarchar(50) | NPState | StateCode | | | OCST | Code | nvarchar(3) | N | Y | Direct Database Query. |
| 18 | State | NPCodesState | StateName | nvarchar(100) | NPState | StateName | | | OCST | Name | nvarchar(100) | N | Y | Direct Database Query. |
| 19 | State | NPCodesState | Encoding | nvarchar(50) | NPState | Encoding | | | | | | N | N | Defaults to en-US. |
| 20 | State | NPCodesState | ValidForShipping | nchar(1) | NPState | ValidForShipping | | | | | | N | N | Defaults to True. |