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
Kum@rKum@r 

ERROR at Row:1:Column:79 sObject type 'RevenueForecast' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.

When i'm trying to execute in Query Editor, i'm getting this exception.

Select Closed,Pipeline,OpportunityRollupPipeline,OwnerId,Quota,StartDate from RevenueForecast

Thanks for your support in Advance...
Anoop yadavAnoop yadav
Hi Kumar,

Use: Select Closed,Pipeline,OpportunityRollupPipeline,OwnerId,Quota,StartDate from RevenueForecast__c

or check the API Name in WSDL or in object itself.
Kum@rKum@r
Hi Anoop Thanks for reply.

We can't use RevenueForecast__c, because it is not an custom object.

I'm not able to findout even API name in WSDL.

Let me know if any other possibilities.

Thanks for your support in Advance...
Bhushan.AdhikariBhushan.Adhikari
Check if customizable forecasting is enabled in your org.