Table 225 Post Code in 19
- App
- Base Application
Fields, 6Keys, 4Procedures, 9Events, 8
Versions171819202122232425262728latest
Source29
Fields, 6
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Code | Code[20] | - |
| 2 | City | Text[30] | - |
| 3 | Search City | Code[30] | - |
| 4 | Country/Region Code | Code[10] | - |
| 5 | County | Text[30] | - |
| 30 | Time Zone | Text[180] | - |
Keys, 4
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Code, City | - |
| Key2 | City, Code | - |
| Key3 | Search City | - |
| Key4 | Country/Region Code | - |
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ValidateCity | (var Text[30], var Code[20], var Text[30], var Code[10], Boolean) | public | - | |
| ValidatePostCode | (var Text[30], var Code[20], var Text[30], var Code[10], Boolean) | public | - | |
| UpdateFromSalesHeader | (Record Sales Header, Boolean) | public | - | |
| UpdateFromCustomer | (Record Customer, Boolean) | public | - | |
| UpdateFromCompanyInformation | (Record Company Information, Boolean) | public | - | |
| UpdateFromStandardAddress | (Record Standard Address, Boolean) | public | - | |
| ValidateCountryCode | (var Text[30], var Code[20], var Text[30], var Code[10]) | public | - | |
| CheckClearPostCodeCityCounty | (var Text, var Code[20], var Text, var Code[10], Code[10]) | public | - | |
| LookupPostCode | (var Text, var Code[20], var Text, var Code[10]) | public | - |
Events, 8
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCheckClearPostCodeCityCounty | (var Text, var Code[20], var Text, var Code[10], Code[10], var Boolean) | - |
| Integration event | OnBeforeLookupPostCode | (var Text, var Code[20], var Text, var Code[10], var Boolean) | - |
| Integration event | OnBeforeValidateCity | (var Text[30], var Code[20], var Text[30], var Code[10], Boolean, var Boolean) | - |
| Integration event | OnBeforeValidateCountryCode | (var Text[30], var Code[20], var Text[30], var Code[10], var Boolean) | - |
| Integration event | OnValidatePostCodeOnAfterSetFilters | (var Record Post Code) | - |
| Integration event | OnAfterValidateCity | (var Record Post Code, var Text[30], var Code[20], var Text[30], var Code[10], Boolean) | - |
| Integration event | OnAfterValidatePostCode | (var Record Post Code, var Text[30], var Code[20], var Text[30], var Code[10], Boolean) | - |
| Integration event | OnBeforeValidatePostCode | (var Text[30], var Code[20], var Text[30], var Code[10], var Boolean, var Boolean) | - |