OnJobOpen



Triggered when a new job is opened.



Syntax:

Procedure: OnJobOpen;


API Calls

Delphi

PlanSwift and FreshDesk Code:


Procedure OnJobOpen;
Begin
  // Process as needed.
End;

PlanSwift.OnJobOpen := OnJobOpen;


Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon