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
ssuede7ssuede7 

Create Ideas via enterprise API?

Is it possible create or edit "ideas" through the enterprise API?  I am able to turn this feature on in salesforce and use it internally, but I do not see an "Ideas" object in the Apex Explorer. 

 

My company does not subscribe to the Customer Portal.

 

Thanks

 

Josh

werewolfwerewolf

Be sure to go to Tools->Options in Apex Explorer and set your endpoint to 17.0, which is the latest.  I think by default it's set to 8.0, and Ideas did not exist in the 8.0 endpoint.

 

Once you've set that endpoint, re-login and Ideas will probably appear.

werewolfwerewolf
Or you could use the Force.com IDE also in place of Apex Explorer.