clsImportEmployee Methods |
The clsImportEmployee type exposes the following members.
| Name | Description | |
|---|---|---|
| bLoadEmployeeCurrentValidFrom |
Loads data for existing employee master data and sub tables, based on the current date with the matching "valid from" period.
Use bImportEmployee(clsImportEmployee, clsImportBaseeImportMode) with the option Update to save the changes. | |
| bLoadEmployeeValidFrom |
Loads data for existing employee master data and sub tables, based on the current date with the matching "valid from" period.
To Create a new valid from period. Simply change the lValidFromPeriod to the new requested period. Use bImportEmployee(clsImportEmployee, clsImportBaseeImportMode) with the option Update to save the changes. | |
| bReadFromDB |
Reads the employee data from the database and copies the values to the class
Only for internal use! To load data use your own SQL.
(Overrides clsImportBasebReadFromDB(MPInterface, String).) | |
| bSaveRSToMDB |
Internal Use Only (write example data to the access mdb)
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).) | |
| GetListUserDefinedFields |
Returns the user defined field definition for the dimension "Employee Master". The fields have to be defined directly in MARIProject.
(Overrides clsImportBaseGetListUserDefinedFields(MPInterface).) |