Entity LoginRec

Description of Entity LoginRec

This entity holds the login record for the user. This entity can only be accessed by the Master user of the system. This master user is like a system administrator for the application. This entity records the login and logout time of every user. The login and logout time is taken from the system time stamp. The master must make sure that the time on each system is correct.


List of all Dependencies of the Entity LoginRec

Name

Code

Class Name

Relation_11089

Relation_11089

Reference


List of Attributes of the Entity LoginRec

Name

Code

LoginSGSPGenId

LoginSGSPGenId

IPAddress

IPAddress

ModuleLoginTime

ModuleLoginTime

ModuleLogoutTime

ModuleLogoutTime

Module

Module

Query ID

QueryId


Entity Attribute LoginSGSPGenId of the Entity LoginRec

Card of Attribute LoginSGSPGenId of the Entity LoginRec

Name

LoginSGSPGenId

Code

LoginSGSPGenId

Data Type

char(30)

Mandatory

Yes


Description of Attribute LoginSGSPGenId of the Entity LoginRec

Shows the generating identity of the login record. It holds the primary key for the LoginRec table.
Example: A1 / A66 / A110


Entity Attribute IPAddress of the Entity LoginRec

Card of Attribute IPAddress of the Entity LoginRec

Name

IPAddress

Code

IPAddress

Data Type

char(20)

Mandatory

No


Description of Attribute IPAddress of the Entity LoginRec

Displays the Internet Protocol (IP) address of where the user logged in from.


Entity Attribute ModuleLoginTime of the Entity LoginRec

Card of Attribute ModuleLoginTime of the Entity LoginRec

Name

ModuleLoginTime

Code

ModuleLoginTime

Data Type

timestamp

Mandatory

No


Description of Attribute ModuleLoginTime of the Entity LoginRec

This entity records the login date and time of the user.


Entity Attribute ModuleLogoutTime of the Entity LoginRec

Card of Attribute ModuleLogoutTime of the Entity LoginRec

Name

ModuleLogoutTime

Code

ModuleLogoutTime

Data Type

timestamp

Mandatory

No


Description of Attribute ModuleLogoutTime of the Entity LoginRec

This attribute records the logout date and time of the user.


Entity Attribute Module of the Entity LoginRec

Card of Attribute Module of the Entity LoginRec

Name

Module

Code

Module

Data Type

char(20)

Mandatory

No


Description of Attribute Module of the Entity LoginRec

Shows the module of the product.
Example: Core / Payroll / Leave etc


Entity Attribute Query ID of the Entity LoginRec

Card of Attribute Query ID of the Entity LoginRec

Name

Query ID

Code

QueryId

Data Type

char(20)

Mandatory

No


Description of Attribute Query ID of the Entity LoginRec

Shows the identity of the query for the login record.