Fill Time Sheet Entries Without Deep Insert

Prev Next

Overview

This section describes the steps required to fill time sheet entries without deep insert.

Steps

  1. Create Time Sheet Journal

    • Method: [POST] sprTimeSheetJournal
    • Info: This action is needed only once.
  2. Delete Journal Lines

    • Method: [POST] sprTimeSheetJournal > deleteJournalLines
    • Info: This is mandatory because there might be left lines after last call.
  3. Insert Journal Lines

    • Method: [POST] sprTimeSheetJournalLines
    • Info: Use "Deep Insert" to insert 1 line with its dimensions per call or use $batch Insert to insert multiple lines per call.
  4. Post Journal Lines

    • Method: [POST] sprTimeSheetJournal postJournalLines
    • Info: This action will delete the lines but not the journal itself and create time sheet entries.