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.
Inheritance Hierarchy
SystemObject
  Talisma.Server.TLSysSISConnectorOperationInformation

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
[SerializableAttribute]
public class OperationInformation

The OperationInformation type exposes the following members.

Properties
NameDescription
Public propertyExternalInstanceId
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.
Public propertyInstanceId
The ID of the CampusNexus CRM Object instance.
Public propertyTransactionId
The ID of the transaction in the Incoming Transaction queue.
Top
See Also