KVSPSAJobPlanningWizardMgt#
Procedures#
OnRun#
procedure OnRun(Rec: Record "KVSPSAJobSyncWizardQueue")
Events#
KVSPSAOnAfterSyncJobOnBeforeModify(Record Job) :#
Summary: Event triggered after synchronizing job data and before modifying the job record during the job planning wizard process. Allows subscribers to perform additional modifications or validations on the job record before it is saved.
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterSyncJobOnBeforeModify(var Job: Record "Job"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJobPlanningWizardMgt", 'KVSPSAOnAfterSyncJobOnBeforeModify', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterSyncJobOnBeforeModify(var Job: Record "Job")
begin
end;
Parameters:
Job
: The job record that has been synchronized and is about to be modified.