I need to get 'PercentComplete' value for Project and WBS objects. I can find this value only for 'Activity', buy not for Project and WBS. Then I get 'Activity' in code with ActivityFieldType.PercentComplete. And then i can get PercentComplete for Activity. But how I can get 'PercentComplete' value for Project and WBS? PS I use https://docs.oracle.com/cd/E16688_01/api/FieldSummary.html documentation for find values what I need.
You can use SummaryCostPercentComplete and SummaryDurationPercentComplete on WBS level.