Table of Contents

KVSMEDTechniqueScheduleLib

Procedures

GetContractByCall(Code[20], Boolean) :

Summary: Gets the contract according to a specific call

procedure GetContractByCall(CallNoPar: Code[20]; ShowError: Boolean): 

Parameters:

  • CallNoPar:
  • ShowError:

Events

OnBeforeGetContractByCall(Code[20], Boolean) :

[IntegrationEvent(false, false)]
local procedure OnBeforeGetContractByCall(CallNo: Code[20]; var IsHandled: Boolean): 

OnAfterGetContractByCall(Code[20], Code[20]) :

[IntegrationEvent(false, false)]
local procedure OnAfterGetContractByCall(CallNo: Code[20]; ProcessTypeCode: Code[20]): 

OnShowDocumentByProcessPeriodTypeCall(Record KVSMEDCSRCallDocuments) :

[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeCall(var CsrCallDocuments: Record "KVSMEDCSRCallDocuments"): 

OnShowDocumentByProcessPeriodTypeFinishedCall(Record KVSMEDCSRFinCallDocuments) :

[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeFinishedCall(var CsrFinCallDocuments: Record "KVSMEDCSRFinCallDocuments"):