Overview
This section describes the steps required to fill time sheet entries using the deep insert method, which is faster.
Steps
-
Create Time Sheet Journal with Deep Insert
- Method:
[POST] "sprTimeSheetJournals Deep Insert"
- Info: Create the journal, its
sprTimeSheetJournalLines
, and its dimensions at once for all employees.
- Method:
-
Register Journal Lines
- Method:
[POST] "sprTimeSheetJournals postJournalLines"
- Info: Register the journal lines to actual time sheet entries.
- Method:
-
Delete Empty Journal
- Method:
[DEL] "sprTimeSheetJournals"
- Info: Delete the empty journal. If there were errors in step 2, deletion is not recommended as the line could be needed for debugging. It can be deleted after the problem is resolved.
- Method: