[This is preliminary documentation and is subject to change.]

The TimesheetTaskInfo type exposes the following properties.

Properties

  NameDescription
Public propertyAccountId
The unique id of the account
Public propertyAllowBillableModify
shows if the billable option is allowed to be modified on the screen. Valid values are "Y" (modification allowed) or "N" (modification not allowed.
Public propertyGroupId
The group identifier for the group which owns the timesheet template.
Public propertyIsActive
Gets or set a task item IsActive.Valid values are "Y" (Task is active) or "N" (Task is not active).
Public propertyIsBillable
Shows if the timesheet task is billable. Valid values as "Y" (for billable) and "N" (for non-billable).
Public propertyProjectId
The unique id of the project
Public propertyTaskCode
The timesheet task code.
Public propertyTaskId
The timesheet task identifier.
Public propertyTaskName
The timesheet task name.
Public propertyTimesheetTaskAndBillable
Public propertyTimesheetTaskKey
The key for the timesheet task.
Public propertyTimesheetTaskNameAndCode
The name and code (separated by a "-" delimiter) of the timesheet task.

See Also