Description
Currently in a Timesheet when using the Timesheet Import feature, there is no way to capture an alternate timesheet number. This may be helpful where the timesheet in FastTrack360 needs to display the id of the timesheet in the related third party system.
To support this a new value has been added to the timesheet’s ‘Timesheet Tab’, labelled ‘Alt. Timesheet Id’.
This item can only be populated via:
Timesheet Import, click here for more details on changes to Timesheet Import.
API POST/Timesheet calls
This item is also available to Manage Layout if you wish to see this value in a list.
Timesheet API Changes
The following APIs have been updated to support the new checkbox ‘Alt. Timesheet Id’.
GET/timesheet; GET/interpretedTimesheets; - added ‘altTimesheetId’. This item will have a value where the Timesheet Import has supplied the value or via POST method.
POST/timesheet; POST/timesheet/adjustment - added ‘altTimesheetId’.
Benefits
Where timesheets are imported from a third party system, this new item provides transparency on related timekeeping records.
Configuration
No configuration is required.