Skip to content

KVSPSAJobBudgetLineCalendar#

Procedures#

OnRun#

procedure OnRun(Rec: Record "KVSPSA Job Budget Line")

CreateAndSend() :#

Summary: Creates and sends the appointment for the job budget line. If the job budget line has been sent before, it will create a cancellation. If the job budget line has not been sent before, it will create a request. If the job budget line has no number, it will raise an error.

procedure CreateAndSend(): 

SetPlanningLine(Record KVSPSA Job Budget Line) :#

Summary: Sets the planning line for the job budget line. This procedure updates the global job budget line and recalculates the base quantity.

procedure SetPlanningLine(NewJobBudgetLine: Record "KVSPSA Job Budget Line"): 

Parameters:

  • NewJobBudgetLine: Passed job budget line to set as the global job budget line.