Skip to content

KVSMTCCSRCallMgt#

Procedures#

CallLinesExist(Code[20]) : Boolean#

procedure CallLinesExist(CallNo: Code[20]): Boolean

IsMultiLineCall(Code[20]) : Boolean#

procedure IsMultiLineCall(CallNo: Code[20]): Boolean

GetFirstWarrantyUntilRep(Code[20]) : Date#

procedure GetFirstWarrantyUntilRep(CallNo: Code[20]): Date

CallDocumentsWithDocumentNoExist(Record KVSMTCCSRCallLine) : Boolean#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Procedure not used anymore', '23.5')]
procedure CallDocumentsWithDocumentNoExist(KVSMTCCSRCallLine: Record "KVSMTCCSRCallLine"): Boolean

ProcessedCallDocumentsExists(Code[20]) : Boolean#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Procedure not used anymore', '23.5')]
procedure ProcessedCallDocumentsExists(CallNo: Code[20]): Boolean

CheckCallDocumentsExists(Code[20], Integer, Text, Code[20]) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Procedure not used anymore', '23.5')]
procedure CheckCallDocumentsExists(CallNo: Code[20]; CallLineNo: Integer; ProcessTypeCaption: Text; ProcessTypeCode: Code[20]): 

IsSpecialProduction(Code[20]) : Boolean#

procedure IsSpecialProduction(CallNo: Code[20]): Boolean

UpdateAdressDataInSalesDocuments(Code[20]) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Procedure not used anymore', '23.5')]
procedure UpdateAdressDataInSalesDocuments(CallNo: Code[20]): 

CopyResubmissions(Code[20], Code[20]) :#

procedure CopyResubmissions(FromCallNo: Code[20]; ToCallNo: Code[20]): 

CopyLines(Code[20], Code[20]) :#

procedure CopyLines(FromCallNo: Code[20]; ToCallNo: Code[20]): 

CopyComments(Code[20], Code[20]) :#

procedure CopyComments(FromCallNo: Code[20]; ToCallNo: 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::"KVSMTCCSRCallMgt", '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::"KVSMTCCSRCallMgt", 'OnGetCountOfCalls', '', false, false)]
local procedure DoSomethingOnGetCountOfCalls(ContactNo: Code[20]; var CallCount: Integer)
begin
end;