Project Object

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

The Project object contains IDs and names of a QAComplete project and your department. This information appears on the  > Setup > Projects (Open & Create) screen in QAComplete.

This object is used in the LoginInfo.Projects array returned by the GetLoginInfo and GetLoginInfoByEntity operations.

Properties

DeptId  :  integer

The department ID.

DeptName  :  string

The department name.

ProjId  :  integer

The unique identifier of the project.

ProjName  :  string

The project name.

Relevant Operations

Example

XML

<Project>
  <DeptId>7154</DeptId>
  <DeptName>Edgar Solutions</DeptName>
  <ProjId>10372</ProjId>
  <ProjName>FamilyAlbum</ProjName>
</Project>

See Also

SOAP API Introduction
Users Operations
LoginInfo Object

Highlight search results