SISConnectorSvcDeleteAssociation Method |
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.
Namespace: SISConnectorService
C#
public ReturnStatus DeleteAssociation( RelationInformation relationInfo, out long transactionId )
Parameters
- relationInfo
- Type: Talisma.Server.TLSysSISConnectorRelationInformation
The RelationInformation structure contains information about the Object instances between which the association you want to remove has been established. - transactionId
- Type: SystemInt64
The ID of the transaction in the Incoming Transaction queue.
Return Value
Type: ReturnStatusThe DeleteAssociation method returns the ReturnStatus structure with the value of the statusId member as 0 if the operation is successful and -1 along with the error code and error message if the operation
