Table of Contents

KVSQME - Insp. Plan Usages

Events

OnBeforeGetCaption(Boolean, Text[250]) :

Summary: Publisher event on before get caption, allows to swich of the according function and calculate a own caption

[IntegrationEvent(false, false)]
local procedure OnBeforeGetCaption(var IsHandled: Boolean; var HandledCaption: Text[250]): 

Parameters:

  • IsHandled: Gives back if the publisher was handled
  • HandledCaption: Gives back the determiated caption

OnBeforeGetRecFilters(Boolean) :

Summary: Publisher event on before get record filters, allows to swich of the according function and use self-defined function

[IntegrationEvent(false, false)]
local procedure OnBeforeGetRecFilters(var IsHandled: Boolean): 

Parameters:

  • IsHandled: Gives back if the publisher was handled

OnBeforeSetRecFilters(Boolean) :

Summary: Publisher event on before set record filters, allows to swich of the according function and use self-defined function

[IntegrationEvent(false, false)]
local procedure OnBeforeSetRecFilters(var IsHandled: Boolean): 

Parameters:

  • IsHandled: Gives back if the publisher was handled

OnBeforeGetInspPlanUsagesTypeFilter(Enum KVSQMEInspPlanUsagesTypeFilter, Boolean) :

Summary: Publisher event on before get type filter, allows do define which typefilter should be set is a separate function

[IntegrationEvent(false, false)]
local procedure OnBeforeGetInspPlanUsagesTypeFilter(var UseTypeFilter: Enum "KVSQMEInspPlanUsagesTypeFilter"; var IsHandled: Boolean): 

Parameters:

  • UseTypeFilter: Defines the type filter which should be used
  • IsHandled: Gives back if the publisher was handled

Protected Variables

InspPlanUsagesTypeFilter

Type: Enum (KVSQMEInspPlanUsagesTypeFilter)

SourceTypeFilter

Type: Enum (KVSQMEInspSourceTypeFilter)

CodeFilter

Type: Text

InspectionPlanFilter

Type: Text

OperationFilter

Type: Text

RoutingVersionFilter

Type: Text

SourceCodeFilter

Type: Text

StartingdateFilter

Type: Text