OnCopyItem



Triggered when the PlanSwift application copies an item.



Syntax:

Procedure: OnCopyItem;


API Call:

PlanSwift and FreshDesk Code:


Procedure OnCopyItem; 
Begin   
// clean up code here... 
End;  
PlanSwift.OnCopyItem := OnCopyItem;
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon