Table of Contents

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"): 

Parameters:

  • Job: The job record that has been synchronized and is about to be modified.