KVSMEDTechniqueScheduleLib#
Procedures#
GetContractByCall(Code[20], Boolean) :#
procedure GetContractByCall(CallNoPar: Code[20]; ShowErrorPar: Boolean):
Events#
OnBeforeGetContractByCall(Code[20], Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeGetContractByCall(CallNo: Code[20]; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDTechniqueScheduleLib", 'OnBeforeGetContractByCall', '', false, false)]
local procedure DoSomethingOnBeforeGetContractByCall(CallNo: Code[20]; var IsHandled: Boolean)
begin
end;
OnAfterGetContractByCall(Code[20], Code[20]) :#
[IntegrationEvent(false, false)]
local procedure OnAfterGetContractByCall(CallNo: Code[20]; ProcessTypeCode: Code[20]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDTechniqueScheduleLib", 'OnAfterGetContractByCall', '', false, false)]
local procedure DoSomethingOnAfterGetContractByCall(CallNo: Code[20]; ProcessTypeCode: Code[20])
begin
end;
OnShowDocumentByProcessPeriodTypeCall(Record KVSMEDCSRCallDocuments) :#
[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeCall(var CsrCallDocuments: Record "KVSMEDCSRCallDocuments"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDTechniqueScheduleLib", 'OnShowDocumentByProcessPeriodTypeCall', '', false, false)]
local procedure DoSomethingOnShowDocumentByProcessPeriodTypeCall(var CsrCallDocuments: Record "KVSMEDCSRCallDocuments")
begin
end;
OnShowDocumentByProcessPeriodTypeFinishedCall(Record KVSMEDCSRFinCallDocuments) :#
[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeFinishedCall(var CsrFinCallDocuments: Record "KVSMEDCSRFinCallDocuments"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDTechniqueScheduleLib", 'OnShowDocumentByProcessPeriodTypeFinishedCall', '', false, false)]
local procedure DoSomethingOnShowDocumentByProcessPeriodTypeFinishedCall(var CsrFinCallDocuments: Record "KVSMEDCSRFinCallDocuments")
begin
end;