Objects/Tables/Table 483 Change Global Dim. Log Entry
Table 483 Change Global Dim. Log Entry in 28
Jonas Paprotka, Base Application 28.5.54151.54365, checked
- App
- Base Application
- Namespace
- Microsoft.Finance.Dimension
Fields, 19Keys, 3Procedures, 16Events, 3
Versions171819202122232425262728latest
Source29
Fields, 19
| Id | Name | Type | Obsolete |
|---|
| 1 | Table ID | Integer | - |
| 2 | Table Name | Text[50] | - |
| 3 | Total Records | Integer | - |
| 4 | Completed Records | Integer | - |
| 5 | Progress | Decimal | - |
| 6 | Status | Option | - |
| 7 | Task ID | Guid | - |
| 8 | Session ID | Integer | - |
| 9 | Change Type 1 | Option | - |
| 10 | Change Type 2 | Option | - |
| 11 | Global Dim.1 Field No. | Integer | - |
| 12 | Global Dim.2 Field No. | Integer | - |
| 13 | Dim. Set ID Field No. | Integer | - |
| 14 | Primary Key Field No. | Integer | - |
| 15 | Parent Table ID | Integer | - |
| 16 | Is Parent Table | Boolean | - |
| 17 | Earliest Start Date/Time | DateTime | - |
| 18 | Remaining Duration | Duration | - |
| 19 | Server Instance ID | Integer | - |
Keys, 3
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Table ID | - |
| Key2 | Progress | - |
| Key3 | Parent Table ID | - |
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete |
|---|
| Update | (Integer, Integer) | Boolean | public | - |
| UpdateWithCommit | (Integer, Integer) | Boolean | public | - |
| UpdateWithoutCommit | (Integer, Integer) | Boolean | public | - |
| CancelTask | () | | public | - |
| ChangeDimOnRecord | (var RecordRef, Integer, FieldRef, Code[20]) | | public | - |
| GetFieldRefValues | (RecordRef, var FieldRef, var Code[20]) | | public | - |
| FindDimensionSetIDField | (RecordRef) | Boolean | public | - |
| FindDimensionValueCode | (RecordRef, Integer) | Code[20] | public | - |
| FillData | (RecordRef) | | public | - |
| GetPrimaryKeyFieldRef | (RecordRef, var FieldRef) | | public | - |
| SendTraceTagOnError | () | | public | - |
| SendTraceTagOnRerun | () | | public | - |
| SendTraceTagOnScheduling | () | | public | - |
| SetSessionInProgress | () | | public | - |
| UpdateStatus | () | Integer | public | - |
| ShowError | () | | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterFindDefaultDimSetIDFieldNo | (RecordRef, var Boolean) | - |
| Integration event | OnFindingScheduledTask | (Guid, var Boolean) | - |
| Integration event | OnBeforeFindDefaultDimensionValueCode | (RecordRef, Code[20], var Code[20], var Boolean) | - |