Fill Time Sheet Entries With Deep Insert

Prev Next

Overview

This section describes the steps required to fill time sheet entries using the deep insert method, which is faster.

Steps

  1. 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.
  2. Register Journal Lines

    • Method: [POST] "sprTimeSheetJournals postJournalLines"
    • Info: Register the journal lines to actual time sheet entries.
  3. 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.