KVSQME - Create Manual Insp.#
Events#
OnBeforeGetBinContent(Code[20], Code[10], Code[10], Boolean) :#
Summary: Publisher event before running "GetBinContent" Report
[IntegrationEvent(false, false)]
local procedure OnBeforeGetBinContent(ForItemNo: Code[20]; ForVariantCode: Code[10]; ForLocationCode: Code[10]; var Handled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSQME - Create Manual Insp.", 'OnBeforeGetBinContent', '', false, false)]
local procedure DoSomethingOnBeforeGetBinContent(ForItemNo: Code[20]; ForVariantCode: Code[10]; ForLocationCode: Code[10]; var Handled: Boolean)
begin
end;
Parameters:
ForItemNo
: Defines the item no. which is selected for the bin contentForVariantCode
: Defines the variant code which is selected for the bin contentForLocationCode
: Defines the location code which is selected for the bin contentHandled
: