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
vasvas 

Eclipse plugin - no error messages in schema browser

I'm trying to run a query from Eclipse plugin's schema browser which I think is failing... but I don't see any error messages so I don't know what is going on. Is there any info available to help me debug the problem?
 
The plugin is definitely helpful, but I think it just has very basic features. Selecting fields constructs the query automatically, but it doesn't unselect those fields when you select a different object's columns. No syntax checking for handwritten statements. How do I create complex queries? Can I join objects? Although SOQL doesn't support joins, it would be nice to have a feature in the plugin that allows you to see object data along with its related objects data.

Message Edited by vas on 04-06-2006 03:36 PM