KVSMEDCSRCallMgt#
Procedures#
CallLinesExist(Code[20]) : Boolean#
procedure CallLinesExist(CallNoPar: Code[20]): Boolean
IsMultiLineCall(Code[20]) : Boolean#
procedure IsMultiLineCall(CallNoPar: Code[20]): Boolean
GetFirstWarrantyUntilRep(Code[20]) : Date#
procedure GetFirstWarrantyUntilRep(CallNoPar: Code[20]): Date
CallDocumentsWithDocumentNoExist(Record KVSMEDCSRCallLine) : Boolean#
procedure CallDocumentsWithDocumentNoExist(CallLinePar: Record "KVSMEDCSRCallLine"): Boolean
ProcessedCallDocumentsExists(Code[20]) : Boolean#
procedure ProcessedCallDocumentsExists(CallNoPar: Code[20]): Boolean
CheckCallDocumentsExists(Code[20], Integer, Text, Code[20]) :#
procedure CheckCallDocumentsExists(CallNoPar: Code[20]; CallLineNoPar: Integer; ProcessTypeCaptionPar: Text; ProcessTypeCodePar: Code[20]):
IsSpecialProduction(Code[20]) : Boolean#
procedure IsSpecialProduction(CallNoPar: Code[20]): Boolean
UpdateAdressDataInSalesDocuments(Code[20]) :#
procedure UpdateAdressDataInSalesDocuments(CallNoPar: Code[20]):
CopyResubmissions(Code[20], Code[20]) :#
procedure CopyResubmissions(FromCallNoPar: Code[20]; ToCallNoPar: Code[20]):
CopyLines(Code[20], Code[20]) :#
procedure CopyLines(FromCallNoPar: Code[20]; ToCallNoPar: Code[20]):
CopyComments(Code[20], Code[20]) :#
procedure CopyComments(FromCallNoPar: Code[20]; ToCallNoPar: Code[20]):
CopyAuthorityNotification(Code[20], Code[20]) :#
Summary: Copy Authority Notification for copying authority notifications when archiving or reclassification of calls
procedure CopyAuthorityNotification(FromCallNo: Code[20]; ToCallNo: Code[20]):
Parameters:
FromCallNo
:ToCallNo
:
Events#
OnBeforeUpdateAdressDataInSalesDocuments(Code[20], Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeUpdateAdressDataInSalesDocuments(callNoPar: Code[20]; var isHandledVar: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDCSRCallMgt", 'OnBeforeUpdateAdressDataInSalesDocuments', '', false, false)]
local procedure DoSomethingOnBeforeUpdateAdressDataInSalesDocuments(callNoPar: Code[20]; var isHandledVar: Boolean)
begin
end;
OnGetCountOfCalls(Code[20], Integer) :#
[IntegrationEvent(false, false)]
local procedure OnGetCountOfCalls(ContactNo: Code[20]; var CallCount: Integer):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDCSRCallMgt", 'OnGetCountOfCalls', '', false, false)]
local procedure DoSomethingOnGetCountOfCalls(ContactNo: Code[20]; var CallCount: Integer)
begin
end;