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):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAContactCommLogEntry", 'OnBeforeWriteLogEntry', '', false, false)]
local procedure DoSomethingOnBeforeWriteLogEntry(Contact: Record "Contact"; PromptForComment: Boolean; var Ishandled: Boolean)
begin
end;
Parameters:
Contact: The contact record for which the log entry is being writtenPromptForComment: Boolean indicating whether to prompt for a commentIshandled: Boolean variable to indicate if the event has been handled