CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationGetByRecordNumberT(Int32) Method

Retrieves a single customer by their record number.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public T GetByRecordNumber<T>(
	int recordNumber
)
where T : new()

Parameters

recordNumber  Int32
The record number used for lookup.

Type Parameters

T

Return Value

T
The requested customer

Exceptions

IgnitionEntityNotFoundExceptionNo customer was found with the requested record number

See Also