Skip to content

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 content
  • ForVariantCode: Defines the variant code which is selected for the bin content
  • ForLocationCode: Defines the location code which is selected for the bin content
  • Handled: