datasert / realfire

Refreshing Salesforce Data Management
https://www.datasert.com
3 stars 2 forks source link

Auto create base SOQL query when dragging and dropping #10

Closed datasert closed 7 years ago

datasert commented 7 years ago

When dragging a field to the SOQL editor window, it just shows the API Name of the field (ex: Id). What would be awesome, is if the app could tell if there is already a "Select ... from Object" and add it if not. The result by dragging just one or more fields to the query window would be: "select field1, field2, field3 from Object.

Comment: this is already the best Salesforce SOQL tool right now, but with those features, it would become a necessity to have. Thanks for the good work.

datasert commented 7 years ago

That kind of capability needs full understanding of soql query. We will have to build a AST out of that so we can semantically manipulate. Building ast would help do much more other transformations like formatting soql etc.,

That is there in the back of my mind but I need to get this tool into hands of many folks so that it will enable me to spend time on these additional features.

datasert commented 7 years ago

We have added a new query builder which allows to build queries from from scratch