Forums Table

Applies to QAComplete 14.3, last modified on February 19, 2024

Description

This table contains details of the created forums.

Columns

The table contains the following columns:

ForumId  :  int, primary key, allows null: no

The unique numeric identifier of the forum.

AppCode  :  varchar (max 100 chars), allows null: no

The type of the application. agSP corresponds to QAComplete SaaS, and agSPEnt corresponds to QAComplete On-Premises.

CategoryCode  :  varchar (max 100 chars), allows null: yes

The column is reserved for system use only.

DateCreated  :  datetime, allows null: no, default: Current date and time

The date and time when 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, default: Current date and time

The date and time when 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, default: 0

The ID of the department that owns the forum.

Description  :  varchar (max 5000 chars), allows null: yes

The description of the forum.

This column corresponds to a field that can be available for rich editing.

EmailModerator  :  varchar (max 255 chars), allows null: no

The email address of the forum’s moderator.

EmailPosting  :  varchar (max 255 chars), allows null: no

The column is reserved for system use only.

EmailSubscribe  :  varchar (max 255 chars), allows null: no

The column is reserved for system use only.

EmailUnsubscribe  :  varchar (max 255 chars), allows null: no

The column is reserved for system use only.

ForumName  :  varchar (max 50 chars), allows null: no

The name of the forum.

IsActive  :  char (max 1 char), allows null: no, default: Y

Indicates whether the forum is active.

IsPublic  :  char (max 1 char), allows null: no, default: Y

Indicates whether the forum is public.

ProjId  :  int, allows null: no, default: 0

The identifier of the project that contains the forum. If the forum is company wide, the ID is 0.

UpdateUserId  :  int, allows null: no, default: 0

The ID of the user who last updated the item.

See Also

Forums View
Collaboration

Highlight search results