EWebAccountServiceGetUserByRecordNumber(String) Method

Note: This API is now obsolete.
Retrieve a user, selected by their record number.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use the version that takes an int record number instead (5.4)", 
	true)]
public User GetUserByRecordNumber(
	string recordNumber
)

Parameters

recordNumber  String
Record number of the user to retrieve

Return Value

User
The requested user

Exceptions

IgnitionEntityNotFoundExceptionA user with the specified record number was not found
InvalidOperationExceptionMultiple users were found with the specified record number

See Also