Objects/Tables/Table 79 Company Information
Table 79 Company Information in 20
Jonas Paprotka, Base Application 20.5.45456.61928, checked
- App
- Base Application
Fields, 66Keys, 1Procedures, 23Events, 7
Versions171819202122232425262728latest
Source29
Fields, 66
| Id | Name | Type | Obsolete |
|---|
| 1 | Primary Key | Code[10] | - |
| 2 | Name | Text[100] | - |
| 3 | Name 2 | Text[50] | - |
| 4 | Address | Text[100] | - |
| 5 | Address 2 | Text[50] | - |
| 6 | City | Text[30] | - |
| 7 | Phone No. | Text[30] | - |
| 8 | Phone No. 2 | Text[30] | - |
| 9 | Telex No. | Text[30] | - |
| 10 | Fax No. | Text[30] | - |
| 11 | Giro No. | Text[20] | - |
| 12 | Bank Name | Text[100] | - |
| 13 | Bank Branch No. | Text[20] | - |
| 14 | Bank Account No. | Text[30] | - |
| 15 | Payment Routing No. | Text[20] | - |
| 17 | Customs Permit No. | Text[10] | - |
| 18 | Customs Permit Date | Date | - |
| 19 | VAT Registration No. | Text[20] | - |
| 20 | Registration No. | Text[20] | - |
| 21 | Telex Answer Back | Text[20] | - |
| 22 | Ship-to Name | Text[100] | - |
| 23 | Ship-to Name 2 | Text[50] | - |
| 24 | Ship-to Address | Text[100] | - |
| 25 | Ship-to Address 2 | Text[50] | - |
| 26 | Ship-to City | Text[30] | - |
| 27 | Ship-to Contact | Text[100] | - |
| 28 | Location Code | Code[10] | - |
| 29 | Picture | Blob | - |
| 30 | Post Code | Code[20] | - |
| 31 | County | Text[30] | - |
| 32 | Ship-to Post Code | Code[20] | - |
| 33 | Ship-to County | Text[30] | - |
| 34 | E-Mail | Text[80] | - |
| 35 | Home Page | Text[80] | - |
| 36 | Country/Region Code | Code[10] | - |
| 37 | Ship-to Country/Region Code | Code[10] | - |
| 38 | IBAN | Code[50] | - |
| 39 | SWIFT Code | Code[20] | - |
| 40 | Industrial Classification | Text[30] | - |
| 41 | IC Partner Code | Code[20] | Pending 20.0 |
| Replaced by the same field from "IC Setup" table. |
| 42 | IC Inbox Type | Option | Pending 20.0 |
| Replaced by the same field from "IC Setup" table. |
| 43 | IC Inbox Details | Text[250] | Pending 20.0 |
| Replaced by the same field from "IC Setup" table. |
| 44 | Auto. Send Transactions | Boolean | Pending 20.0 |
| Replaced by the same field from "IC Setup" table. |
| 46 | System Indicator | Option | - |
| 47 | Custom System Indicator Text | Text[250] | - |
| 48 | System Indicator Style | Option | - |
| 50 | Allow Blank Payment Info. | Boolean | - |
| 51 | Contact Person | Text[50] | - |
| 90 | GLN | Code[13] | - |
| 92 | EORI Number | Text[40] | - |
| 95 | Use GLN in Electronic Document | Boolean | - |
| 96 | Picture - Last Mod. Date Time | DateTime | - |
| 98 | Last Modified Date Time | DateTime | - |
| 99 | Created DateTime | DateTime | - |
| 100 | Demo Company | Boolean | - |
| 200 | Alternative Language Code | Code[10] | - |
| 300 | Brand Color Value | Code[10] | - |
| 301 | Brand Color Code | Code[20] | - |
| 5700 | Responsibility Center | Code[10] | - |
| 5791 | Check-Avail. Period Calc. | DateFormula | - |
| 5792 | Check-Avail. Time Bucket | Enum Analysis Period Type | - |
| 7600 | Base Calendar Code | Code[10] | - |
| 7601 | Cal. Convergence Time Frame | DateFormula | - |
| 7602 | Show Chart On RoleCenter | Boolean | Removed 18.0 |
| Only the Help and Chart Wrapper pages used this. The page has been changed to assume that this field is always set. |
| 7603 | Sync with O365 Bus. profile | Boolean | Removed 20.0 |
| The field will be removed. The API that this field was used for was discontinued. |
| 8000 | Id | Guid | Pending 15.0 |
| This functionality will be replaced by the systemID field |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Primary Key | - |
Procedures, 23
| Name | Parameters | Returns | Access | Obsolete |
|---|
| CheckIBAN | (Code[100]) | | public | - |
| DisplayMap | () | | public | - |
| GetRegistrationNumber | () | Text | public | - |
| GetRegistrationNumberLbl | () | Text | public | - |
| GetVATRegistrationNumber | () | Text | public | - |
| GetVATRegistrationNumberLbl | () | Text | public | - |
| GetLegalOffice | () | Text | public | - |
| GetLegalOfficeLbl | () | Text | public | - |
| GetCustomGiro | () | Text | public | - |
| GetCustomGiroLbl | () | Text | public | - |
| VerifyAndSetPaymentInfo | () | | public | - |
| GetSystemIndicator | (var Text[250], var Option) | | public | - |
| GetCountryRegionCode | (Code[10]) | Code[10] | public | - |
| GetCompanyCountryRegionCode | () | Code[10] | public | - |
| GetDevBetaModeTxt | () | Text[250] | public | - |
| GetContactUsText | () | Text | public | - |
| IsSyncEnabledForOtherCompany | () | Boolean | public | Pending 20.0 |
| The functionality is deprecated, the method will be deleted. |
| SetPictureFromBlob | (Codeunit Temp Blob) | | public | - |
| ConvertIBAN | (var Code[100]) | | public | - |
| CalcModulus | (Code[10], Integer) | Code[10] | public | - |
| ConvertLetter | (var Code[100], Code[1], Integer) | Boolean | public | - |
| IsDigit | (Char) | Boolean | public | - |
| IBANError | (Text) | | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterGetSystemIndicator | (var Text[250], var Option) | - |
| Integration event | OnAfterGetRegistrationNumber | (var Text) | - |
| Integration event | OnAfterGetRegistrationNumberLbl | (var Text) | - |
| Integration event | OnAfterGetVATRegistrationNumber | (var Text) | - |
| Integration event | OnBeforeGetVATRegistrationNumberLbl | (var Text, var Boolean) | - |
| Integration event | OnBeforeCheckIBAN | (Code[100]) | - |
| Integration event | OnBeforeIBANError | (var Boolean, Text) | - |