adminite icon indicating copy to clipboard operation
adminite copied to clipboard

Adminite is a new SOQL, SOSL query editor application providing Salesforce developers and administrators with context-aware auto completions and more.

Results 25 adminite issues
Sort by recently updated
recently updated
newest added

When querying a number field and the value is null, in the response it shows as 0

I often need to copy data to the clipboard. You can drag and drop the rows but you can't do columns or if there are multiple pagination. Potential Suggested Enhancements:...

Export column order does not match query/display order. Query was Id, Name, Phone, DateTime1, DateTime2, Integer, String. Output was Id, Name, Phone, DateTime 2, Integer, String, DateTime1. Doesn't appear to...

When you use add fields and switch objects in the same window it's retaining the previous selections. Steps to reproduce: Open a new query tab Select an object and click...

bug

As a user it would be nice to be able to execute a query via keyboard shortcut.

enhancement

With the user settings it would be nice to set the default export format type from CSV to something like xlsx

enhancement

One thing I frequently find myself needing to do is running a query to get a list of ids and then doing additional work on those values either in data...

When I'm copying and pasting a column of data it is inserting extra blank lines in the output . To reproduce: 1. Run the query "select Id from account limit...