Question

Employee Intervals - Recalculate which API called


Userlevel 7
Badge +21

Used debug in IEE to find out what the API.procedure is that is used with the following functionality:

I want to perform the recalculate after a migration (mass update) job, but the debug doesn't show me (or I don't see it) the API being called.

Anyone an idea?


2 replies

Userlevel 7
Badge +21

Think I found something, while going over some of the connected api's. I think it is TIME_PERS_DIARY_API.Do_Recalculate but I have to check that.

Userlevel 5
Badge +6

Hi @eqbstal,

In order to calculate employee intervals there should be data available in this table overview in employee intervals and then you will be able to see the method calls in debug console. I have mentioned all the method calls triggered when we recalculate in employee intervals.

 

TIME_PERS_DIARY_RESULT_API.MODIFY__
Time_Pers_Diary_Util_Api.Do_Calculate_Account_Date 
Time_Pers_Diary_Api.Do_Recalculate

 

Thank You and Best Regards,

Dammika

Reply