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) :#
[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;