KVSKBACLLCallContactMgt
Events
OnAfterUpdateContact(Record Contact) :
Summary: Event raised after updating a contact record from the call contact management codeunit.
[IntegrationEvent(false, false)]
local procedure OnAfterUpdateContact(var contact: Record "Contact"):
Parameters:
contact: The contact record that was updated.
Remarks: This event allows subscribers to perform additional actions after a contact record has been updated through the call contact management codeunit. Subscribers can use the provided contact record to access the updated information and implement any necessary logic, such as logging changes, updating related records, or triggering notifications.