SISConnectorSvc Class
Summary description for SISConnectorSvc
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      SISConnectorServiceSISConnectorSvc

Namespace:  SISConnectorService
 

Syntax
C#
public class SISConnectorSvc : WebService

The SISConnectorSvc type exposes the following members.

Methods
NameDescription
Public methodActivateEnum
This method is used to activate or deactivate values of enumerated Properties.
Public methodAddAssociation
This method is used to associate an instance of a CampusNexus CRM Object with an instance of the same or different CampusNexus CRM Object using a Relationship. The Object instance that must be associated with the former instance is referred to as the target instance. The Object instance with which the target instance must be associated is referred to as the source instance. Note: You can update the Property values of a Relationship only if the Relationship is of type Many to Many.
Public methodAddEnumValue
This method is used to add a value to an enumerated constraint. This constraint can be associated with one or more enumerated Properties.
Public methodCreateInstance
The CreateInstance method is used to create an instance of a CampusNexus CRM Object.
Public methodDeleteAssociation
This method is used to remove an association between two instances of identical or different CampusNexus CRM Objects. The Object instance that is associated with the former instance is referred to as the target instance.The Object instance with which the target instance is associated is referred to as the source instance.
Public methodDeleteEnumValue
This method is used to delete a value from an enumerated constraint. This constraint can be associated with one or more enumerated Properties.
Public methodDeleteInstance
The DeleteInstance method is used to delete an instance of a CampusNexus CRM Object.
Public methodGetAssociationData
This method is used to retrieve Property details of a Relationship using which two instances of the same or different CampusNexus CRM Objects are associated. The Object instance that is associated with the former instance is referred to as the target instance. The Object instance with which the target instance is associated is referred to as the source instance.
Public methodGetEnum
This method is used to retrieve values and IDs of an enumerated constraint. This constraint can be associated with one, or more enumerated Properties.
Public methodGetInstance
The GetInstance method is used to retrieve details of an instance of a CampusNexus CRM Object.
Public methodGetInstances
The GetInstances method is used to retrieve the details of multiple instances of a CampusNexus CRM Object.
Public methodGetInstancesEx
The GetInstancesEx method is used to retrieve the details of the required number of items of a CampusNexus CRM Object.
Public methodGetNextPendingMessages
The GetNextPendingMessages method is used to retrieve a specific number of messages whose status is Pending from the Outgoing Transaction queue. The status of the retrieved messages is automatically changed from Pending to Tagged.
Public methodGetNextPendingMessagesEx
The GetNextPendingMessagesEx method sequentially retrieves a specific number of Outgoing Queue items whose status is Pending.
Public methodGetObjectMetaDetails
Public methodMergeInstance
When Student records are merged in Anthology Student and data is synchronized between Anthology Student and CampusNexus CRM, the Contact mapped to the survivor Student record will be updated using the UpdateInstance method and the related Object information of the source Contact is merged with the retained Contact in CampusNexus CRM using the MergeInstance method. If Team-based security is enabled for the Contact Object, the Team information of the retained Contact will only be available. Additionally, when two Student records are merged in Anthology Student, the merge information is received as an Incoming Queue in CampusNexus CRM during Anthology Student and CampusNexus CRM data synchronization.
Public methodTestCRMConnectivity
The TestCRMConnectivity method is used to test connectivity between the Higher Education Foundation iService methods and Main database.
Public methodUpdateAssociation
This method is used to update Property values of a Relationship using which two instances of the same or different CampusNexus CRM Objects are associated. The Object instance that is associated with the former instance is referred to as the target instance. The Object instance with which the target instance is associated is referred to as the source instance.
Public methodUpdateEnumValue
This method is used to update a value of an enumerated constraint. This constraint can be associated with one or more enumerated Properties.
Public methodUpdateInstance
The UpdateInstance method is used to update details of an instance of a CampusNexus CRM Object.
Top
See Also