Realfire Release notes - v2.0.10

Records Creation and Dataload updates

  • Create new Records for an object
  • View Child Records of a record inside SoqlDatagrid
  • Sort locally in SoqlDatagrid
  • Edit the results in the Soql Datagrid and Save
  • Add configurable “Recent Files” menu item and Recent Files View for easy access
  • Sort Csv Editor Columns
  • Filter Objects in the Explorer View
  • New menu item in Soql Datagrid (View Record in Salesforce), which opens the record url in salesforce
  • Added “Verify Query” Button in Query Builder which does explain soql and see if query executes fine
  • Add “Show Field Info” menu which adds “required”, “type” and “length” chars of field to soql datagrid header
  • Open files by dragging from OS into Editor Area
  • Copy and Paste in CSV Datagird and Soql Datagrid

Soql Changes and Read timeout Changes

  • Change the Connection/Read Timeout from milliseconds to seconds
  • Change the Default Read Timeout to 1200 seconds
  • Fields in the Single Record Viewer are sorted by field
  • Change the NewApex and NewQuery editor commands to create a storable file for easy save
  • After successful completion of oauth sequence, window is brought back to focus so user don’t have to do it
  • Soql Result Views are reused only if it was created as part of that query editor
  • Soql statements are parsed and those fields are used to display in the grid. This allows to preserve the field ordering.
  • Most of the Soql Results View actions which are shown in toolbar are added to Grid right click menu
  • Added Progress bar in the Soql results view while query is executing. This helps understand what’s happening with query
  • Added Progress bar in the Csv Datagrid while reading huge files