Greg.Buerk 12345 Posted July 30, 2013 Post question, Code, Errors and source for your plugins. This way we can keep dev discussions seperate from plugin usage. Share this post Link to post Share on other sites
Trop-On 0 Posted February 6, 2014 Has anyone looked into an integration with Business Hangouts? http://business-hangouts.com/ This is a great package that appears to be a good fit. Share this post Link to post Share on other sites
Jagjeet 3 Posted May 19, 2015 Hi Greg, I am trying to use isync2 but it is not working for me. could you please suggest me where i am making mistake.. Option Strict On Imports LabTech.Interfaces Imports Microsoft.VisualBasic.CompilerServices Imports System Imports System.IO Public Class ISync2 Implements LabTech.Interfaces.ISync2 Private m_Host As LabTech.Interfaces.IControlCenter Public Sub Initialize(Host As LabTech.Interfaces.IControlCenter) Implements LabTech.Interfaces.ISync2.Initialize Me.m_Host = Host MsgBox("Plugin Initialize") End Sub Public Sub Decommision() Implements LabTech.Interfaces.ISync2.Decommision m_Host = Nothing End Sub Public Sub Syncronize() Implements LabTech.Interfaces.ISync2.Syncronize MsgBox("Plugin Syncronizing") End Sub Public ReadOnly Property Name() As String Implements LabTech.Interfaces.ISync2.Name Get Return "Reboot Schedule ISync2" End Get End Property End Class Share this post Link to post Share on other sites
david.insane 1 Posted April 24, 2017 What's involved in writing a LabTech plugin to integrate to a different PSA - like Accelo for instance? Share this post Link to post Share on other sites