Returns user login information for the specified employee.
GetLoginInfoByEmployeeId(EmployeeId AS Number)
XML String
EmployeeId = Employee Id of the user login record to return.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cLoginName |
String |
20 |
Login ID for the user login. |
|
lActive |
Boolean |
1 |
Indicates whether the user login is active. |
|
iEmpId |
Integer |
4 |
Employee Id associated with the user login. Foreign Key to Employee iId. |
|
dDateDel |
DateTime |
8 |
Date deleted. |