Entity GlbChangeFilterRec

Description of Entity GlbChangeFilterRec

As the name implies, it is a feature that allows you to make a single change to multiple employee records in the Core Module at a time. Combined with a selective query, you can make quick and wide sweeping changes for the entire database. A reasonably safe method is to create and apply a query to filter out the records before using this feature.
Note: Do not use this as shortcut for mass promotion, changes in shift team or any other similar situation. Use the proper progression records. Before you proceed, check that you have a proper working backup of your data.


List of Attributes of the Entity GlbChangeFilterRec

Name

Code

GCPersonalSysId

GCPersonalSysId

GCEmployeeSysId

GCEmployeeSysId

Employee ID

EmployeeId

Name

EmployeeName

Identity No

IdentityNo


Entity Attribute GCPersonalSysId of the Entity GlbChangeFilterRec

Card of Attribute GCPersonalSysId of the Entity GlbChangeFilterRec

Name

GCPersonalSysId

Code

GCPersonalSysId

Data Type

integer

Mandatory

Yes


Description of Attribute GCPersonalSysId of the Entity GlbChangeFilterRec

A system generated identity. It is blind to the user. This is the primary key for the GlbChangeFilterRec table.


Entity Attribute GCEmployeeSysId of the Entity GlbChangeFilterRec

Card of Attribute GCEmployeeSysId of the Entity GlbChangeFilterRec

Name

GCEmployeeSysId

Code

GCEmployeeSysId

Data Type

integer

Mandatory

Yes


Description of Attribute GCEmployeeSysId of the Entity GlbChangeFilterRec

A system generated identity. It is blind to the user. This is the primary key for the GlbChangeFilterRec table.


Entity Attribute Employee ID of the Entity GlbChangeFilterRec

Card of Attribute Employee ID of the Entity GlbChangeFilterRec

Name

Employee ID

Code

EmployeeId

Data Type

char(30)

Mandatory

No


Description of Attribute Employee ID of the Entity GlbChangeFilterRec

Differentiates each employee. It would distinctively identify each employee in the company.


Entity Attribute Name of the Entity GlbChangeFilterRec

Card of Attribute Name of the Entity GlbChangeFilterRec

Name

Name

Code

EmployeeName

Data Type

char(150)

Mandatory

No


Description of Attribute Name of the Entity GlbChangeFilterRec

Stores the employee’s name. The employee’s name is the same as the Personal name found in the Personal entity.


Entity Attribute Identity No of the Entity GlbChangeFilterRec

Card of Attribute Identity No of the Entity GlbChangeFilterRec

Name

Identity No

Code

IdentityNo

Data Type

char(30)

Mandatory

No


Description of Attribute Identity No of the Entity GlbChangeFilterRec

Shows the identity number of the person.