Click or drag to resize

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

Retrieves a single customer by their record number.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public TCustomer GetByRecordNumber(
	int recordNumber
)

Parameters

recordNumber  Int32
The record number used for lookup.

Return Value

TCustomer
The requested customer
Exceptions
ExceptionCondition
IgnitionEntityNotFoundExceptionNo customer was found with the requested record number
See Also