SupplierRegistrationAddressStyleFormatsAddressStyleFormatLayout
Describes how address components (street, city, postal code) are placed in a given address format layout.
Columns
| Name | Type | Description |
| SupplierRegistrationAddressStyleFormatsCountryCode [KEY] | String | The country code associated with the address style format layout. This code should follow the ISO 3166-1 alpha-2 standard, consisting of two-letter country codes. For example, 'US' for the United States or 'IN' for India. |
| AttributeLabel | String | A label describing the attribute used in the address style format layout. This label typically serves as a human-readable name for the field or section of the address, such as 'Street Name', 'City', or 'Postal Code'. |
| AttributeName | String | The technical or system name for the address attribute. This is typically used in coding or backend systems and represents the attribute's variable name, such as 'street_name' or 'postal_code'. |
| GeographyLevel | Int | The level of geography to which the address field belongs, such as '1' for country, '2' for region/state, or '3' for city. This helps in structuring the address data based on geographical hierarchy. |
| GeographyType | String | The type of geography that the attribute pertains to, such as 'Country', 'State', 'City', or 'District'. This defines the geographic component of the address field. |
| MandatoryFlag | Bool | Indicates whether the address attribute is mandatory for completion. If true, the field is required; if false, the field is optional. For example, 'true' could be set for a postal code field, while 'false' might apply to an optional second address line. |
| LineNumber | Int | The line number in the address layout. This defines the sequence in which address components (like street or city) are displayed in the final address format. |
| Position | Int | The specific position of an address component within a line. For example, the position might refer to whether the street address appears before the city or vice versa. |
| UppercaseFlag | Bool | Indicates whether the address field should be converted to uppercase. If true, all values for this field (for example, street names, cities) will be displayed in uppercase letters. |
| DelimiterBefore | String | The character or string used as a delimiter before the address component. For example, this could be a comma, a space, or a specific punctuation mark that separates address elements. |
| DelimiterAfter | String | The character or string used as a delimiter after the address component. Similar to 'DelimiterBefore', this marks the separation between components in the address layout. |
| BindCountryCode | String | The country code to which the address style format layout is bound. This links the layout format to a specific country (for example, 'US' for the United States, 'IN' for India), influencing how the address fields are displayed and formatted. |
| BindStyleCode | String | A code that binds the address layout to a specific style format. This could correspond to a predefined address style (like 'Postal', 'Standard', or 'Custom') that dictates how the fields are organized. |
| CountryCode | String | The country code used for the address style format layout. This code follows the ISO 3166-1 alpha-2 standard, which uses two-letter codes to represent countries (for example, 'US' for the United States). |
| Finder | String | A search term or keyword used to quickly locate the address style format layout in the system. This can help users find the layout by its relevant attributes or configuration names. |