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.
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>
<DeptId>7154</DeptId>
<DeptName>Edgar Solutions</DeptName>
<ProjId>10372</ProjId>
<ProjName>FamilyAlbum</ProjName>
</Project>