Report "Revaluation Posting - Test"

ID 5812
Namespace: Microsoft.Inventory.Reports

The Revaluation Posting - Test report is used to simulate the revaluation of inventory items without actually posting the changes. This report helps you review the potential impact of revaluation on your inventory values before committing to the changes. It provides a detailed preview of the adjustments that would be made to the inventory valuation, allowing you to verify and ensure accuracy.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Inventory/Reports/RevaluationPostingTest.rdlc
Caption Revaluation Posting - Test

Methods

AddError

procedure AddError(Text: Text[250])

Parameters

Name Type Description
Text Text[250]

InitializeRequest

procedure InitializeRequest(NewShowDim: Boolean)

Parameters

Name Type Description
NewShowDim Boolean

Events

OnAfterItemJournalLineOnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnAfterItemJournalLineOnAfterGetRecord(var ItemJournalLine: Record "Item Journal Line", var ErrorCounter: Integer, var ErrorText: array[30] of Text[250])

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
ErrorCounter Integer
ErrorText array[30] of Text[250]

OnBeforeCheckDimValuePosting

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckDimValuePosting(var TableID: array[10] of Integer, var No: array[10] of Code[20], var ItemJournalLine: Record "Item Journal Line")

Parameters

Name Type Description
TableID array[10] of Integer
No array[10] of Code[20]
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"

OnBeforeItemJournalLineOnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnBeforeItemJournalLineOnAfterGetRecord(var ItemJournalLine: Record "Item Journal Line", var ErrorCounter: Integer, var ErrorText: array[30] of Text[250])

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
ErrorCounter Integer
ErrorText array[30] of Text[250]

See also