KVSPSAFeatureManagement
Events
KVSPSAOnAddFeatureList(Enum KVSPSAFeatures, List, Boolean) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAddFeatureList(Feature: Enum "KVSPSAFeatures"; var FeatureList: List; var IsHandled: Boolean):
KVSPSAOnAdd(Codeunit KVSCOREFeature, Text[20], Enum KVSPSAFeatures, Boolean) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAdd(var KVSCOREFeature: Codeunit "KVSCOREFeature"; FeatureToken: Text[20]; Feature: Enum "KVSPSAFeatures"; var IsHandled: Boolean):
KVSPSAOnOnEnableFeature(Code[20], Enum KVSPSAFeatures, Boolean) :
Summary: Event triggered when enabling a PSA feature. Allows subscribers to perform custom actions when a specific PSA feature is being enabled.
[IntegrationEvent(false, false)]
local procedure KVSPSAOnOnEnableFeature(Code: Code[20]; Feature: Enum "KVSPSAFeatures"; var IsHandled: Boolean):
Parameters:
Code: The code identifier of the feature being enabled.Feature: The PSA feature enum value being enabled.IsHandled: Boolean flag indicating whether the event has been handled by a subscriber.