Description
Contains information on the task template item.
Dependencies
Columns
DateCreated : datetime, allows null: no
The date and time the item was created.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateUpdated : datetime, allows null: no
The date and time the item was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
EstHrs : decimal (max 18 decimal digits), allows null: no
The estimated time of work on the task template item, in hours.
Predecessor : int, allows null: yes
The ID of the task template item that should be finished before this one.
Seq : int, allows null: no
The ordinal number of the task in the task template.
TaskTemplateId : int, allows null: no
The ID of the task template that contains the item.
TaskTemplateItemId : int, allows null: no
The unique identifier of the task template item.
TaskTemplateItemName : varchar (max 50 chars), allows null: no
The name of the task template item.
TaskTemplateName : varchar (max 50 chars), allows null: no
The name of the task template.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.
UserName : varchar (max 78 chars), allows null: yes
The name of the user who last updated the associated item, in the Last name, First name
format.