How to query a project record made from a demand in the PPM module

DevtoSME
Giga Guru

I am creating a ATF test that will mimic the process of converting a demand to a project in the PPM module. I have all the steps but I need to verify a project was created.

 

after you press the UI action 'convert to project" a demand baseline is created. how can i verify  with a test step the project is here. 

 

what table is used to find projects ?

1 ACCEPTED SOLUTION

Mike_R
Kilo Patron
Kilo Patron

There's a field on the demand record called "Project". Once a project is created from a demand, that Project field should be populated.

I would create a step to see if that field is populated. And then you can use that field to open the project record and validate the values on the project.

View solution in original post

1 REPLY 1

Mike_R
Kilo Patron
Kilo Patron

There's a field on the demand record called "Project". Once a project is created from a demand, that Project field should be populated.

I would create a step to see if that field is populated. And then you can use that field to open the project record and validate the values on the project.