KVSKBASelectPriceList
Events
OnSetPriceStatusFilterOnCaseElsePriceStatusFilter(Record KVSKBAPriceListHeader, Enum KVSKBAPriceStatusFilter, Boolean) :
Summary: This event is raised when the PriceStatusFilter is set to a value that is not handled in the SetPriceStatusFilter procedure.
[IntegrationEvent(false, false)]
local procedure OnSetPriceStatusFilterOnCaseElsePriceStatusFilter(var KVSKBAPriceListHeader: Record "KVSKBAPriceListHeader"; PriceStatusFilter: Enum "KVSKBAPriceStatusFilter"; var IsHandled: Boolean):
Parameters:
KVSKBAPriceListHeader: The price list header record for which the status filter is being set.PriceStatusFilter: The status filter value that is being set.IsHandled: Indicates whether the event is handled. If set to true, the standard handling of the PriceStatusFilter will be skipped.
Remarks: Subscribers can use this event to handle the PriceStatusFilter for values that are not explicitly handled in the SetPriceStatusFilter procedure. If the event is handled, the standard handling of the PriceStatusFilter will be skipped.