Table of Contents

KVSKBAContactCommLogEntry

Fields

Name Type Note
Entry No. Integer
Contact No. Code[20]
Contact Name Text[100] FlowField
KVSKBAEMailAllowed Enum (KVSKBABlankYesNo)
KVSKBAPhoneAllowed Enum (KVSKBABlankYesNo)
KVSKBALetterAllowed Enum (KVSKBABlankYesNo)
Comment Text[250]

Events

OnBeforeWriteLogEntry(Record Contact, Boolean, Boolean) :

Summary: Event triggered before writing a log entry.

[IntegrationEvent(false, false)]
local procedure OnBeforeWriteLogEntry(Contact: Record "Contact"; PromptForComment: Boolean; var Ishandled: Boolean): 

Parameters:

  • Contact: The contact record for which the log entry is being written
  • PromptForComment: Boolean indicating whether to prompt for a comment
  • Ishandled: Boolean variable to indicate if the event has been handled