Objects/Tables/Table 334 Column Layout
Table 334 Column Layout in 28
Jonas Paprotka, Base Application 28.5.54151.54365, checked
- App
- Base Application
- Namespace
- Microsoft.Finance.FinancialReports
Fields, 28Keys, 1Procedures, 4Events, 2
Versions171819202122232425262728latest
Source29
Fields, 28
| Id | Name | Type | Obsolete |
|---|
| 1 | Column Layout Name | Code[10] | - |
| 2 | Line No. | Integer | - |
| 3 | Column No. | Code[10] | - |
| 4 | Column Header | Text[30] | - |
| 5 | Column Type | Enum Column Layout Type | - |
| 6 | Ledger Entry Type | Enum Column Layout Entry Type | - |
| 7 | Amount Type | Enum Account Schedule Amount Type | - |
| 8 | Formula | Code[80] | - |
| 9 | Comparison Date Formula | DateFormula | - |
| 10 | Show Opposite Sign | Boolean | - |
| 11 | Show | Enum Column Layout Show | - |
| 12 | Rounding Factor | Enum Analysis Rounding Factor | - |
| 13 | Show Indented Lines | Option | - |
| 14 | Comparison Period Formula | Code[20] | - |
| 15 | Business Unit Totaling | Text[80] | - |
| 16 | Dimension 1 Totaling | Text[80] | - |
| 17 | Dimension 2 Totaling | Text[80] | - |
| 18 | Dimension 3 Totaling | Text[80] | - |
| 19 | Dimension 4 Totaling | Text[80] | - |
| 20 | Cost Center Totaling | Text[80] | - |
| 21 | Cost Object Totaling | Text[80] | - |
| 30 | Comparison Period Formula LCID | Integer | - |
| 35 | Budget Name | Code[10] | - |
| 40 | Hide Currency Symbol | Boolean | - |
| 41 | Include Date In Header | Enum ColumnHeaderDateType | - |
| 42 | G/L Account Totaling | Text[250] | - |
| 43 | Show in ACY | Boolean | - |
| 44 | Internal Description | Text[500] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Column Layout Name, Line No. | - |
Procedures, 4
| Name | Parameters | Returns | Access | Obsolete |
|---|
| LookUpDimFilter | (Integer, var Text[250]) | Boolean | public | - |
| GetCaptionClass | (Integer) | Text[250] | public | - |
| GetPeriodName | () | Code[10] | public | Pending 27.0 |
| Moved to codeunit Period Formula Parser |
| ParsePeriodFormula | (Code[20], var Integer, var Enum Period Type, var Enum Period Formula Range, var Enum Period Formula Range, var Integer, var Integer) | | public | Pending 27.0 |
| Moved to codeunit Period Formula Parser |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeGetCaptionClass | (var Record Column Layout, Record Column Layout Name, Integer, var Text[250], var Boolean) | - |
| Integration event | OnBeforeLookUpDimFilter | (var Record Column Layout, Integer, var Text[250], Record Column Layout Name, var Boolean, var Boolean, var Record Analysis View) | - |