function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OnDem DevOnDem Dev 

Can Forecast Hierarchy be used in Developer Edition?

Hi,

 

I am developing an application which uses Forecast hierarchy.

I made all the changes in the Forecast setting and Enabled the Customizable Forecast Hierarchy for the org.

 

Now when i queried the RevenueForecast object, found that its empty.

 

Can anyone help me what could be the reason and what should be done to overcome the issue?

 

Regards,

 

 

OnDem DevOnDem Dev

Finally got it.

 

For the Forecast hierarchy to work in Dev edition, the Users Role should be directly reporting to the Admins Role in the Role hierarchy.

 

Only then, ManagerId field for the User gets populated in RevenueForecast object.

The problem in my org was that the Users Role was not directly reporting to the Admins Role.

 

Regards