TSTimesheetLineLog::CreateLineLog Method
Creates a log for the line
Syntax
server public static TSTimesheetLineLog CreateLineLog(
TSTimesheetTableLog _timesheetTableLog,
TSTimesheetLine _timesheetLine,
TSTimesheetLineWeek _timesheetLineWeek,
Notes _changeReason,
TsTimesheetChangeType _timesheetChangeType)
Run On
Server
Parameters
- _timesheetTableLog
Type: TSTimesheetTableLog Table
The table log to associate the line log with
- _timesheetLine
Type: TSTimesheetLine Table
The timesheet line to create the log for
- _timesheetLineWeek
Type: TSTimesheetLineWeek Table
The line week to create the log for.
- _changeReason
Type: Notes Extended Data Type
The reason for the change
- _timesheetChangeType
Type: TsTimesheetChangeType Enumeration
the type of change
Return Value
Type: TSTimesheetLineLog Table
The newly created line log