| OperationInformation Class |
This class returns the SIS Object instance ID, the CampusNexus CRM Object instance ID, and the Transaction ID of the create, update, and delete operations.
SystemObject
Talisma.Server.TLSysSISConnectorOperationInformation
Namespace: Talisma.Server.TLSysSISConnectorTalisma.Server.TLSysSISConnectorOperationInformation
C#
[SerializableAttribute] public class OperationInformation
The OperationInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| ExternalInstanceId |
The ID of the SIS Object instance. The value of this member will be null if you have not specified a value for the ExternalInstanceId
member of the objectInformation parameter.
| |
| InstanceId |
The ID of the CampusNexus CRM Object instance.
| |
| TransactionId |
The ID of the transaction in the Incoming Transaction queue.
|