Forum Discussion
christopher_gillis
7 years agoCommunity Manager
Hello,
By default, the Project ItemType does not have one status property that you can query on. There are 12 different status properties named status_1, status_2, status_3, etc, each representing the states of various phases of the project.
I believe you'll want to search on the state proeprty of the Project by using code like
Christopher Gillis Aras Labs Software Engineer
qryItem.setProperty("state", "Pending");.
Chris
Christopher Gillis Aras Labs Software Engineer