SISConnectorSvc Class |
Summary description for SISConnectorSvc

SystemObject
System.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
SISConnectorServiceSISConnectorSvc
Namespace: SISConnectorServiceSystem.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
SISConnectorServiceSISConnectorSvc

C#
public class SISConnectorSvc : WebService
The SISConnectorSvc type exposes the following members.

Name | Description | |
---|---|---|
![]() | ActivateEnum |
This method is used to activate or deactivate values of enumerated Properties.
|
![]() | AddAssociation |
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.
|
![]() | AddEnumValue |
This method is used to add a value to an enumerated constraint. This constraint can be associated with one or more enumerated
Properties.
|
![]() | CreateInstance |
The CreateInstance method is used to create an instance of a CampusNexus CRM Object.
|
![]() | DeleteAssociation |
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.
|
![]() | DeleteEnumValue |
This method is used to delete a value from an enumerated constraint. This constraint can be associated with one or more
enumerated Properties.
|
![]() | DeleteInstance |
The DeleteInstance method is used to delete an instance of a CampusNexus CRM Object.
|
![]() | GetAssociationData |
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.
|
![]() | GetEnum |
This method is used to retrieve values and IDs of an enumerated constraint. This constraint can be associated with one, or
more enumerated Properties.
|
![]() | GetInstance |
The GetInstance method is used to retrieve details of an instance of a CampusNexus CRM Object.
|
![]() | GetInstances |
The GetInstances method is used to retrieve the details of multiple instances of a CampusNexus CRM Object.
|
![]() | GetInstancesEx |
The GetInstancesEx method is used to retrieve the details of the required number of items of a CampusNexus CRM Object.
|
![]() | GetNextPendingMessages |
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.
|
![]() | GetNextPendingMessagesEx |
The GetNextPendingMessagesEx method sequentially retrieves a specific number of Outgoing Queue items whose status is Pending.
|
![]() | GetObjectMetaDetails | |
![]() | MergeInstance |
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.
|
![]() | TestCRMConnectivity |
The TestCRMConnectivity method is used to test connectivity between the Higher Education Foundation iService
methods and Main database.
|
![]() | UpdateAssociation |
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.
|
![]() | UpdateEnumValue |
This method is used to update a value of an enumerated constraint. This constraint can be associated with one or more
enumerated Properties.
|
![]() | UpdateInstance |
The UpdateInstance method is used to update details of an instance of a CampusNexus CRM Object.
|
