Realfire Release notes - v3.3

Generate Picklist Report

Many times, customers wants to go through all picklists across many objects and do some processing. Either to validate the consistency or to cross-correlate values in other systems. While it has been possible to view picklist values of individual field, it has been painful to compile picklist values across many fields (and many objects) into one view.

Picklist Report lets you choose list of objects and generates a csv file containing all values from all picklist/multi picklist fields.

To access, right click on Explorer -> {connection} -> Objects and select Generate Picklist Report menu option.

Enhanced the “Show Stats” to support long and short form

Showing the object/field stats in Explorer has been ehnahced to support long and short forms with default being short. If you don’t like the short form, goto Explorer view menu and choose “Show Stats (Long Form)”

To access these options, click on Explorer view menu -> {stats section}

Stats

NPE issue introdued in Version 3.2

NPE issue got introduced in version 3.2. This would result in exception thrown while adding new connection. The issue has been fixed. We are sorry the issue got regressed.

Fixed Exporting Aggregate Alised soql issue

If you issue a aggregate soql and export it, exported csv file was missing the data due to column mishandling during export. This has been fixed to keep the export output same as grid (including column names and cases)