Table of Contents

KVSKBADispatchSubscribers

Events

OnBeforeCheckOptionInAddCustomValuesOnBeforeIncludeOption(Record Option Lookup Buffer, Option, Integer, Boolean, Boolean, RecordRef) :

Summary: Event raised before checking option in AddCustomValuesOnBeforeIncludeOption, to skip custom options.

[IntegrationEvent(false, false)]
local procedure OnBeforeCheckOptionInAddCustomValuesOnBeforeIncludeOption(var OptionLookupBuffer: Record "Option Lookup Buffer" temporary; LookupType: Option; Option: Integer; var Handled: Boolean; var Result: Boolean; RecRef: RecordRef): 

Parameters:

  • OptionLookupBuffer: Temporary Option Lookup Buffer record.
  • LookupType: The lookup type.
  • Option: The option value.
  • Handled: True if the event is handled.
  • Result: True if the option is to be included.
  • RecRef: The record reference.