Skip to content

KVSKBAContactCommLogEntry#

Fields#

Name Type Note
Entry No. Integer
Contact No. Code[20]
Contact Name Text[100] FlowField
KVSKBAFaxAllowed Enum (KVSKBABlankYesNo) Warning: Obsolete
KVSKBAEMailAllowed Enum (KVSKBABlankYesNo)
KVSKBAPhoneAllowed Enum (KVSKBABlankYesNo)
KVSKBALetterAllowed Enum (KVSKBABlankYesNo)
Comment Text[250]
Created By Code[50] Warning: Obsolete
Created On DateTime Warning: Obsolete
Modified By Code[50] Warning: Obsolete
Modified On DateTime Warning: Obsolete

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;