Click or drag to resize

EWebAccountServiceGetUserByRecordNumber(String) Method

Note: This API is now obsolete.

Retrieve a user, selected by their record number.

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[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
ExceptionCondition
IgnitionEntityNotFoundExceptionA user with the specified record number was not found
InvalidOperationExceptionMultiple users were found with the specified record number
See Also