KVSMTCTechniqueScheduleLib#
Events#
OnBeforeGetContractByCall(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')]
[IntegrationEvent(false, false)]
local procedure OnBeforeGetContractByCall(CallNo: Code[20]; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCTechniqueScheduleLib", 'OnBeforeGetContractByCall', '', false, false)]
local procedure DoSomethingOnBeforeGetContractByCall(CallNo: Code[20]; var IsHandled: Boolean)
begin
end;
OnAfterGetContractByCall(Code[20], Code[20]) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Procedure not used anymore', '23.5')]
[IntegrationEvent(false, false)]
local procedure OnAfterGetContractByCall(CallNo: Code[20]; ProcessTypeCode: Code[20]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCTechniqueScheduleLib", 'OnAfterGetContractByCall', '', false, false)]
local procedure DoSomethingOnAfterGetContractByCall(CallNo: Code[20]; ProcessTypeCode: Code[20])
begin
end;
OnShowDocumentByProcessPeriodTypeCall(Record KVSMTCCSRCallDocuments) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Procedure not used anymore', '23.5')]
[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeCall(var CsrCallDocuments: Record "KVSMTCCSRCallDocuments"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCTechniqueScheduleLib", 'OnShowDocumentByProcessPeriodTypeCall', '', false, false)]
local procedure DoSomethingOnShowDocumentByProcessPeriodTypeCall(var CsrCallDocuments: Record "KVSMTCCSRCallDocuments")
begin
end;
OnShowDocumentByProcessPeriodTypeFinishedCall(Record KVSMTCCSRFinCallDocuments) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Procedure not used anymore', '23.5')]
[IntegrationEvent(false, false)]
local procedure OnShowDocumentByProcessPeriodTypeFinishedCall(var CsrFinCallDocuments: Record "KVSMTCCSRFinCallDocuments"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCTechniqueScheduleLib", 'OnShowDocumentByProcessPeriodTypeFinishedCall', '', false, false)]
local procedure DoSomethingOnShowDocumentByProcessPeriodTypeFinishedCall(var CsrFinCallDocuments: Record "KVSMTCCSRFinCallDocuments")
begin
end;