FastEditAudits View

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

Description

Contains information on the changes made via Fast Edit operations like Move, Copy, or Clone. Update operations are available in the Audit view.

Dependencies

Columns

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

The date and time when a user used the Fast Edit feature.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

DestinationFolder  :  varchar (max 511 chars), allows null: yes

If an item was copied (moved) to a folder, DestinationFolder is the full name of the destination folder.

DestinationFolderId  :  int, allows null: yes

If an item was copied (moved) to a folder, DestinationFolderId is the ID of the destination folder.

DestinationId  :  int, allows null: no

If a new item was created, DestinationId is the identifier of the new item.

DestinationProject  :  varchar (max 50 chars), allows null: yes

The name of the project to which an item was copied (moved).

DestinationProjId  :  int, allows null: no

The ID of the project to which an item was copied (moved).

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

The code of the item that was edited.

You can find correspondences between entity code values and related modules and features in Table of Entity Code Values.

FastEditAuditId  :  int, allows null: no

The unique numeric identifier of the Fast Edit audit record.

FastEditFeature  :  varchar (max 25 chars), allows null: no

The code of the operation that was performed by using the Fast Edit feature (MOVE, COPY, CLONE).

SourceFolder  :  varchar (max 511 chars), allows null: yes

If an item was moved to a new folder, SourceFolder is the full name of the folder that contained the item.

SourceFolderId  :  int, allows null: yes

If an item was moved to a new folder, SourceFolderId is the ID of the folder that contained the item.

SourceId  :  int, allows null: no

The ID of the source item.

SourceProject  :  varchar (max 50 chars), allows null: yes

The name of the project from which an item was copied (moved).

SourceProjId  :  int, allows null: no

The ID of the project from which an item was copied (moved).

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

The description of the performed operation or the tile of the project plan task.

UpdateUserId  :  int, allows null: no

The ID of the user who used the Fast Edit feature.

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

The name of the user made the changes.

See Also

FastEditAudits Table
History

Highlight search results