SISConnectorSvcUpdateAssociation Method |
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.
Namespace: SISConnectorService
C#
public ReturnStatus UpdateAssociation( RelationInformation relationInfo, out long transactionId )
Parameters
- relationInfo
- Type: Talisma.Server.TLSysSISConnectorRelationInformation
The RelationInformation structure contains information about Object instances between which an association has been established using the Relationship whose Property values you want to update. - transactionId
- Type: SystemInt64
The ID of the transaction in the Incoming Transaction queue.
Return Value
Type: ReturnStatusThe UpdateAssociation 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 fails.
