GetLoginListing()

Description

Returns a user login listing.

Return Value

XML String

Parameters
Remarks

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.

 

 

Contact Us | Send Feedback