Table "Dim Correction Set Buffer"
ID 2584
Namespace: Microsoft.Finance.Dimension.Correction
Properties
| Name |
Value |
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "Dimension Correction Entry No." |
Integer
|
|
| "Dimension Set ID" |
Integer
|
|
| "Target Set ID" |
Integer
|
|
| "Multiple Target Set ID" |
Boolean
|
|
| "Ledger Entries" |
Blob
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
AddLedgerEntry
procedure AddLedgerEntry(EntryNo: Integer)
Parameters
| Name |
Type |
Description |
|
EntryNo
|
Integer
|
|
ContainsLedgerEntry
procedure ContainsLedgerEntry(EntryNo: Integer): Boolean
Parameters
| Name |
Type |
Description |
|
EntryNo
|
Integer
|
|
Returns
SetLedgerEntries
procedure SetLedgerEntries(LedgerEntries: Text)
Parameters
| Name |
Type |
Description |
|
LedgerEntries
|
Text
|
|
GetSetLedgerEntries
procedure GetSetLedgerEntries(): Text
Returns
See also