ForumMembers View

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

Description

Contains detailed information on the forum members.

Dependencies

Columns

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.

ForumId  :  int, allows null: no

The ID of the related forum the member participates in.

ForumMemberId  :  int, allows null: no

The unique numeric identifier of the forum member.

IsActive  :  char (max 1 char), allows null: yes

Indicates whether the user is active.

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

An alias for the Email column of the Persons table.

The email address of the user.

MemberName  :  varchar (max 78 chars), allows null: no

The name of the user that corresponds to the forum member, in the Last name, First name format.

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

The ID of the user who last updated the forum member record.

UserId  :  int, allows null: no

The ID of the user that corresponds to the forum member.

UserName  :  varchar (max 78 chars), allows null: no

The name of the user who last updated the item, in the Last name, First name format.

See Also

ForumMembers Table
Collaboration

Highlight search results