Table of Contents

KVSKBACLLCMBSelectTextType

Events

OnAfterDef(Record KVSKBACLLCallText, Enum KVSKBACLLCallClassification, Boolean, Boolean, Boolean, Boolean, Boolean) :

Summary: Integration event that is raised after the default values for the text type selection are set based on the call classification.

[IntegrationEvent(false, false)]
local procedure OnAfterDef(var Rec: Record "KVSKBACLLCallText"; callClassification: Enum "KVSKBACLLCallClassification"; var valueEditable1: Boolean; var valueEditable2: Boolean; var valueEditable3: Boolean; var valueEditable4: Boolean; var valueEditable5: Boolean): 

Parameters:

  • Rec: The call text record.
  • callClassification: The call classification for which the default values are set.
  • valueEditable1: Output parameter indicating if the first text type option is editable.
  • valueEditable2: Output parameter indicating if the second text type option is editable.
  • valueEditable3: Output parameter indicating if the third text type option is editable.
  • valueEditable4: Output parameter indicating if the fourth text type option is editable.
  • valueEditable5: Output parameter indicating if the fifth text type option is editable.

Remarks: Subscribers can implement custom logic after the default values for the text type selection are set based on the call classification. Subscribers can use this event to modify the call text record or adjust the editability of the text type options based on specific business requirements.