Table "Dimension Correction"

ID 2582
Namespace: Microsoft.Finance.Dimension.Correction

Properties

Name Value
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
Status Option
Description Text[250]
"Generated Set IDs" Boolean
"Total Updated Ledger Entries" Integer
Invalidated Boolean
"Total Selected Ledger Entries" Integer
"Undo Last Ledger Entry No." Integer
"Error Message" Text[2048]
Completed Boolean
"Last Job Queue Entry ID" Guid
"Generated Selected Entries" Boolean
"Validated Selected Entries" Boolean
"Last Updated Entry No." Integer
"Last Validated Entry No." Integer
"Started Correction" Boolean
"Validation Errors Register ID" Guid
"Validated At" DateTime
"Validation Message" Blob
"Update Analysis Views" Boolean
"Update Analysis Views Status" Option
"Update Analysis Views Error" Blob
"Analysis View Update Type" Option
"Update Analysis View Job ID" Guid
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetUpdateAnalysisViewErrorMessage

procedure SetUpdateAnalysisViewErrorMessage(ErrorMessage: Text)

Parameters

Name Type Description
ErrorMessage Text

GetUpdateAnalysisViewErrorMessage

procedure GetUpdateAnalysisViewErrorMessage(var ErrorMessage: Text)

Parameters

Name Type Description
ErrorMessage Text

SetValidateDimensionChangesText

procedure SetValidateDimensionChangesText(StatusText: Text)

Parameters

Name Type Description
StatusText Text

GetValidateDimensionChangesText

procedure GetValidateDimensionChangesText(var StatusText: Text)

Parameters

Name Type Description
StatusText Text

ReopenDraftDimensionCorrection

procedure ReopenDraftDimensionCorrection()

Events

OnAfterOnInsert

[IntegrationEvent(False,False)]
local procedure OnAfterOnInsert(var DimensionCorrection: Record "Dimension Correction")

Parameters

Name Type Description
DimensionCorrection Table Microsoft.Finance.Dimension.Correction."Dimension Correction"

See also