Click or drag to resize

clsImportEmployee Methods

The clsImportEmployee type exposes the following members.

Methods
  NameDescription
Public methodbLoadEmployeeCurrentValidFrom
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.

Public methodbLoadEmployeeValidFrom
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.

Public methodbReadFromDB
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).)
Public methodbSaveRSToMDB
Internal Use Only (write example data to the access mdb)
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Public methodGetListUserDefinedFields
Returns the user defined field definition for the dimension "Employee Master". The fields have to be defined directly in MARIProject.
(Overrides clsImportBaseGetListUserDefinedFields(MPInterface).)
Top
See Also