How can I join the PMProject object with PMTasks? When I use the $expand paramater, I keep getting errors.
I have tried PMTask, Task and both are resulting in errors.

How can I join the PMProject object with PMTasks? When I use the $expand paramater, I keep getting errors.
I have tried PMTask, Task and both are resulting in errors.

Best answer by abhijit
I was able to resolve this using these steps.
1) Download the metadata for acumatica. This metadata is always in XML format.
2) In the metadata search for EntityType Name="PMProject" Once you’ve found this, you can start exploring the NavigationProperty under the Entity. You can only expand a navigation property if it is of type “collection”.
3) I looked for the collection property PMTaskCollection and PMBudgetCollection. These are the properties that I added to the $expand parameter. Now my call in Postman is returning the correct data.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.