Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.