Table 5621 FA Journal Line in 26
- App
- Base Application
- Namespace
- Microsoft.FixedAssets.Journal
Fields, 40Keys, 2Procedures, 10Events, 12
Versions171819202122232425262728latest
Source29
Fields, 40
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Journal Template Name | Code[10] | - |
| 2 | Journal Batch Name | Code[10] | - |
| 3 | Line No. | Integer | - |
| 4 | Depreciation Book Code | Code[10] | - |
| 5 | FA Posting Type | Enum FA Journal Line FA Posting Type | - |
| 6 | FA No. | Code[20] | - |
| 7 | FA Posting Date | Date | - |
| 8 | Posting Date | Date | - |
| 9 | Document Type | Enum FA Journal Line Document Type | - |
| 10 | Document Date | Date | - |
| 11 | Document No. | Code[20] | - |
| 12 | External Document No. | Code[35] | - |
| 13 | Description | Text[100] | - |
| 14 | Amount | Decimal | - |
| 15 | Debit Amount | Decimal | - |
| 16 | Credit Amount | Decimal | - |
| 17 | Salvage Value | Decimal | - |
| 18 | Quantity | Decimal | - |
| 19 | Correction | Boolean | - |
| 20 | No. of Depreciation Days | Integer | - |
| 21 | Depr. until FA Posting Date | Boolean | - |
| 22 | Depr. Acquisition Cost | Boolean | - |
| 24 | FA Posting Group | Code[20] | - |
| 26 | Maintenance Code | Code[10] | - |
| 27 | Shortcut Dimension 1 Code | Code[20] | - |
| 28 | Shortcut Dimension 2 Code | Code[20] | - |
| 30 | Insurance No. | Code[20] | - |
| 31 | Budgeted FA No. | Code[20] | - |
| 32 | Use Duplication List | Boolean | - |
| 33 | Duplicate in Depreciation Book | Code[10] | - |
| 34 | FA Reclassification Entry | Boolean | - |
| 35 | FA Error Entry No. | Integer | - |
| 36 | Reason Code | Code[10] | - |
| 37 | Source Code | Code[10] | - |
| 38 | Recurring Method | Option | - |
| 39 | Recurring Frequency | DateFormula | - |
| 41 | Expiration Date | Date | - |
| 42 | Index Entry | Boolean | - |
| 43 | Posting No. Series | Code[20] | - |
| 480 | Dimension Set ID | Integer | - |
Keys, 2
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Journal Template Name, Journal Batch Name, Line No. | - |
| Key2 | Journal Template Name, Journal Batch Name, FA Posting Date | - |
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ConvertToLedgEntry | (var Record FA Journal Line) | Option | public | - |
| SetUpNewLine | (Record FA Journal Line) | public | - | |
| ValidateShortcutDimCode | (Integer, var Code[20]) | public | - | |
| LookupShortcutDimCode | (Integer, var Code[20]) | public | - | |
| ShowShortcutDimCode | (var Code[20]) | public | - | |
| ShowDimensions | () | public | - | |
| IsOpenedFromBatch | () | Boolean | public | - |
| CreateDim | (List) | public | - | |
| CreateDimFromDefaultDim | () | public | - | |
| IsAcquisitionCost | () | Boolean | public | - |
Events, 12
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterValidateShortcutDimCode | (var Record FA Journal Line, var Record FA Journal Line, Integer, var Code[20]) | - |
| Integration event | OnConvertToLedgEntryCase | (var Record FA Ledger Entry, Record FA Journal Line) | - |
| Integration event | OnAfterSetUpNewLine | (var Record FA Journal Line, Record FA Journal Template, Record FA Journal Batch, Record FA Journal Line) | - |
| Integration event | OnAfterShowDimensions | (var Record FA Journal Line) | - |
| Integration event | OnValidateFANoOnAfterInitFields | (var Record FA Journal Line) | - |
| Integration event | OnAfterInitDefaultDimensionSources | (var Record FA Journal Line, var List) | - |
| Integration event | OnBeforeCheckInsuranceFAPostingType | (var Record FA Journal Line, var Boolean) | - |
| Integration event | OnBeforeValidateFAPostingType | (var Record FA Journal Line, var Boolean, Integer) | - |
| Integration event | OnAfterIsAcquisitionCost | (var Record FA Journal Line, var Boolean) | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record FA Journal Line, var Record FA Journal Line, Integer, var Code[20], var Boolean) | - |
| Integration event | OnBeforeCreateDim | (var Record FA Journal Line, var Boolean, var List) | - |
| Integration event | OnAfterCreateDim | (var Record FA Journal Line, Integer, Record FA Journal Line, Integer, List) | - |