SISConnectorSvcGetInstancesEx Method |
The GetInstancesEx method is used to retrieve the details of the required number of items of a CampusNexus CRM Object.
Namespace: SISConnectorService
C#
public ReturnStatus GetInstancesEx( long objectType, FilterCondition[] filterCondition, long[] propertyIds, FilterParameters filterParameters, out ObjectInformation[] objectsInformation )
Parameters
- objectType
- Type: SystemInt64
[in] The type of the CampusNexus CRM Object. The details of instances of this Object must be retrieved. - filterCondition
- Type: Talisma.Server.TLSysSISConnectorFilterCondition
[in] The filterCondition parameter is an array of the FilterCondition structure, which contains information about the Filter parameters used to retrieve CampusNexus CRM Object instances from Main database. - propertyIds
- Type: SystemInt64
[in] This is an array of Property IDs of CampusNexus CRM Object instances. - filterParameters
- Type: Talisma.Server.TLSysSISConnectorFilterParameters
[in] The FilterParameters structure stores the configuration details of the parameters of the Filter configured for the Object. - objectsInformation
- Type: Talisma.Server.TLSysSISConnectorObjectInformation
[out] The objectsInformation parameter is an array of the ObjectInformation structure, which contains information about the CampusNexus CRM Object instances whose details are retrieved.
Return Value
Type: ReturnStatusThe GetInstancesEx 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.
