SaveReplica
This method stores the employee time data overviews in the database tables in the target system. The time data determined can be used as a value guide for recording inanother system (such as in a time sheet or an external system). Notes
By transferring the data to a time sheet, the data is stored in the database tables PTIMEOV1 and PTIMEOV2. When transferring data to an external system, it is important that the data is stored in the correct database tables. If the parameter DELETEOLDDATA is set in the method PTimeOverview.Replicate, then
the data already existing in the tables PTIMEOV1 and PTIMEOV2 isdeleted in the entire time period from FROMDATE to TODATE for all ofthe employees entered in the EMPLOYEES parameter before the new data is saved. The method PTimeOverview.Get creates the overviews.
If the method PTimeOverview.DeleteReplica triggers the deletion of the distributed time overviews, then the datain the tables PTIMEOV1 und PTIMEOV2 is deleted in the entire timeperiod from FROMDATE to TODATE for all of the employees entered in the EMPLOYEES parameter.
|