[IntegrationEvent(False,False)]
local procedure OnInitializeComponents(var Template: Text)
Parameters
Name
Type
Description
Template
Text
OnLoadPage
[IntegrationEvent(False,False)]
local procedure OnLoadPage(var Payload: JsonObject)
Parameters
Name
Type
Description
Payload
JsonObject
OnBeforeControlInventory
[IntegrationEvent(False,False)]
local procedure OnBeforeControlInventory(var IsHandled: Boolean; var ItemJnlLine: Record "Item Journal Line")
Parameters
Name
Type
Description
IsHandled
Boolean
ItemJnlLine
Record "Item Journal Line"
OnBeforePostJournalLine
[IntegrationEvent(False,False)]
local procedure OnBeforePostJournalLine(var IsHandled: Boolean; var ItemJnlLine: Record "Item Journal Line")
Parameters
Name
Type
Description
IsHandled
Boolean
ItemJnlLine
Record "Item Journal Line"
OnBeforeOnAction
[IntegrationEvent(False,False)]
local procedure OnBeforeOnAction(Sender: JsonObject; SenderId: Text; EventArgs: JsonObject; var IsHandled: Boolean; var ReloadPage: Boolean; var ClosePage: Boolean)