Objects/Tables/Table 570 G/L Account Category
Table 570 G/L Account Category in 28
Jonas Paprotka, Base Application 28.5.54151.54365, checked
- App
- Base Application
- Namespace
- Microsoft.Finance.GeneralLedger.Account
Fields, 11Keys, 3Procedures, 17Events, 7
Versions171819202122232425262728latest
Source29
Fields, 11
| Id | Name | Type | Obsolete |
|---|
| 1 | Entry No. | Integer | - |
| 2 | Parent Entry No. | Integer | - |
| 3 | Sibling Sequence No. | Integer | - |
| 4 | Presentation Order | Text[100] | - |
| 5 | Indentation | Integer | - |
| 6 | Description | Text[80] | - |
| 7 | Account Category | Option | - |
| 8 | Income/Balance | Enum G/L Account Report Type | - |
| 9 | Additional Report Definition | Option | - |
| 11 | System Generated | Boolean | - |
| 12 | Has Children | Boolean | - |
Keys, 3
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No. | - |
| Key2 | Presentation Order, Sibling Sequence No. | - |
| Key3 | Parent Entry No. | - |
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|
| UpdatePresentationOrder | () | | public | - |
| InitializeDataSet | () | | public | - |
| InsertRow | () | Integer | public | - |
| MoveUp | () | | public | - |
| MoveDown | () | | public | - |
| MakeChildOfPreviousSibling | () | | public | - |
| MakeSiblingOfParent | () | | public | - |
| DeleteRow | () | | public | - |
| MapAccounts | () | | public | - |
| ValidateTotaling | (Text) | | public | - |
| LookupTotaling | () | | public | - |
| PositiveNormalBalance | () | Boolean | public | - |
| GetBalance | () | Decimal | public | - |
| GetTotaling | () | Text[250] | public | - |
| ShowNotificationAccSchedUpdateNeeded | () | | public | - |
| GetAccSchedUpdateNeededNotificationId | () | Guid | public | - |
| DontNotifyCurrentUserAgain | (Guid) | | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeGetTotaling | (Record G/L Account Category, var Text[250], var Boolean) | - |
| Integration event | OnBeforeMove | (var Record G/L Account Category, var Record G/L Account Category, Integer, var Boolean) | - |
| Integration event | OnBeforeUpdateDescendants | (var Record G/L Account Category, var Boolean) | - |
| Integration event | OnBeforeUpdatePresentationOrder | (var Record G/L Account Category, var Boolean) | - |
| Integration event | OnGetBalanceOnAfterGetTotaling | (var Record G/L Account Category, Text, var Decimal, var Boolean) | - |
| Integration event | OnGetBalanceOnBeforeProcessChildren | (var Record G/L Account Category, var Decimal, var Boolean) | - |
| Integration event | OnBeforeValidateTotaling | (var Record G/L Account Category, Text, var Boolean) | - |