SupplierRegistrationAddressStyleFormats
Defines distinct layouts for addresses in various countries, aligning supplier registration with local postal standards.
Columns
Name | Type | Description |
CountryCode [KEY] | String | The country code associated with the address style format. This code should follow the ISO 3166-1 alpha-2 standard, which consists of two-letter country codes. For example, 'US' for the United States or 'IN' for India. |
CountryName | String | The full name of the country associated with the address style format. This name should match the official English name of the country as recognized internationally, such as 'United States' or 'India'. |
StyleFormatCode | String | A unique code that identifies the specific style format used for address formatting in the supplier registration. This code may vary depending on how address styles are organized and configured in the system. |
StyleFormatName | String | The name of the address style format. This name describes the format used for addressing and could include terms like 'Standard Format', 'Postal Format', or 'Custom Format'. |
BindCountryCode | String | The country code that is bound to the style format. This refers to the country whose address formatting guidelines are being applied. It helps to identify the appropriate style format to use for that particular country. |
BindStyleCode | String | A unique code that binds the style format to a specific address style. This can be a reference to the particular address structure, like whether it follows a 'Standard' or 'Custom' style for that country. |
Finder | String | Search term or keyword that helps locate and identify the address style format within the system. This field aids in quick lookup and query of the style format records. |