TSTimesheetTableLog::createTableLog Method
Creates a timesheet log record for the provided information.
Syntax
client server public static TSTimesheetTableLog createTableLog(
TSTimesheetTable _timesheetTable,
Notes _changeReason,
TsTimesheetChangeType _timesheetChangeType)
Run On
Called
Parameters
- _timesheetTable
Type: TSTimesheetTable Table
The timesheet to create a log for.
- _changeReason
Type: Notes Extended Data Type
The reason provided for the change.
- _timesheetChangeType
Type: TsTimesheetChangeType Enumeration
The type of change.
Return Value
Type: TSTimesheetTableLog Table
The log record that was created.