Table of Contents

KVSPSAJobDistributionMgt

Events

KVSPSAOnBeforeSetDistributionActiveFromSetupOnBeforeInsertJob(Record Job, Boolean) :

Summary: Allows skipping the setting of distribution active from the jobs setup.

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeSetDistributionActiveFromSetupOnBeforeInsertJob(var Job: Record "Job"; var IsHandled: Boolean): 

Parameters:

  • Job:
  • IsHandled:

KVSPSAOnBeforeCheckStatusOnUpdateTotalCostForBudgetLine(Record KVSPSA Job Budget Line, Record KVSPSA Job Budget Line, Boolean) :

Summary: Allows skipping the check of status on update total cost for the budget line.

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckStatusOnUpdateTotalCostForBudgetLine(var JobBudgetLine: Record "KVSPSA Job Budget Line"; var xJobBudgetLine: Record "KVSPSA Job Budget Line"; var IsHandled: Boolean): 

Parameters:

  • JobBudgetLine: Current job budget line record.
  • xJobBudgetLine: Previous job budget line record.
  • IsHandled: Indicates whether the check is handled and should be skipped.