Returns a user login listing.
GetLoginListing(IncludeDeleted AS Boolean, IncludeInactive AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
IncludeInactive = Select to include inactive records in the results.
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. |