Namespaces |
Namespace | Description |
---|---|
SuperOffice.COM.Application | The Application object is linked to the running SOCRM.EXE application. Creating the object will start the application if it is not already running. Creating the object after the application is started will link the object to the running application. Manipulating the object will change the user interface in the object. You can edit the objects without the application being in edit mode. |
SuperOffice.COM.Events | External events interfaces: Your client application does not need to inherit from these interfaces, but it does need to ensure its implementation matches the interface. To listen and respond to events you need to: Create an object that will receive event calls; Attach to the event publisher (SOEventServer); Subscribe the object to a set of events. |
SuperOffice.COM.EventServer | SOEventServer is used to connect external programs with events happening in SOCRM.EXE The external program (which you have implemented) must instantiate a Publisher object and add a subscription for itself in order to receive events.Whenever events occur in SOCRM.EXE that match the given subscription, the subscriber object is called. |
SuperOffice.COM.ScriptEvents |