Report "Inventory Posting - Test"

ID 702
Namespace: Microsoft.Inventory.Reports

Properties

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

Methods

AddError

procedure AddError(Text: Text[250])

Parameters

Name Type Description
Text Text[250]

Events

OnAfterCheckDimension

[IntegrationEvent(False,False)]
local procedure OnAfterCheckDimension(ItemJournalLine: Record "Item Journal Line", ItemJnlTemplate: Record "Item Journal Template", QtyError: Boolean)

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
ItemJnlTemplate Table Microsoft.Inventory.Journal."Item Journal Template"
QtyError Boolean

OnAfterCheckItemJnLLine

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

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
Item Table Microsoft.Inventory.Item.Item
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], 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(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