KVSKBACLLCallLib
Procedures
SelectCallClassification(Enum KVSKBACLLCallContactType) : Integer
Summary: Displays the call classification selection page and returns the selected classification.
procedure SelectCallClassification(callContactType: Enum "KVSKBACLLCallContactType"): Integer
Parameters:
callContactType: The type of call contact (Enum KVSKBACLLCallContactType) for which the classification is being selected.
Returns: The selected call classification as an integer.
Remarks: This procedure opens a modal page that allows the user to select a call classification based on the provided call contact type. The page is defined by the KVSKBACLLCallSelectClassificat page object. If the user cancels the selection, an error is raised to prevent further processing without a valid classification. The selected classification is returned as an integer, which can be used in subsequent logic to determine how to handle the call based on its classification.