Description
Stores the support managers added to projects.
Columns
The table contains the following columns:
DateCreated : datetime, allows null: no
The date and time the support manager 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.
DeptId : int, allows null: no
The ID of the department that owns the support manager.
Description : varchar (max 1000 chars), allows null: yes
The description of the support manager.
EntityCode : varchar (max 50 chars), allows null: no
The type of items the support manager creates. Currently, the only possible value is Bugs.
You can find correspondences between entity code values and related modules and features in Table of Entity Code Values.
FolderId : int, allows null: yes
The ID of the target folder for incoming issues.
GroupType : varchar (max 7 chars), allows null: yes
The column is reserved for system use only.
IsActive : char (max 1 char), allows null: no
Indicates whether the manager is active.
ManagerId : int, allows null: no
The unique manager identifier.
ProjId : int, allows null: no
The ID of the project that contains the item.
SupportUrl : varchar (max 255 chars), allows null: no
The URL of the support manager.
Title : varchar (max 100 chars), allows null: no
The title of the support manager.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.