Click or drag to resize

EWebAccountServiceGetUserByRecordNumber(Int32) Method

Retrieve a user, selected by their record number.

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public User GetUserByRecordNumber(
	int recordNumber
)

Parameters

recordNumber  Int32
Record number of the user to retrieve

Return Value

User
The requested user
Exceptions
ExceptionCondition
IgnitionEntityNotFoundExceptionA user with the specified record number was not found
See Also