|
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. |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
A system generated identity. It is blind to the user. This is the primary key for the GlbChangeFilterRec table. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
A system generated identity. It is blind to the user. This is the primary key for the GlbChangeFilterRec table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(30) |
|
Mandatory |
No |
|
Differentiates each employee. It would distinctively identify each employee in the company. |
|
Name |
|
|
Code |
|
|
Data Type |
char(150) |
|
Mandatory |
No |
|
Stores the employee’s name. The employee’s name is the same as the Personal name found in the Personal entity. |
|
Name |
|
|
Code |
|
|
Data Type |
char(30) |
|
Mandatory |
No |
|
Shows the identity number of the person. |
|
|
|