Realfire Release notes - v4.4

Bulk Schema Management (Enterprise)

Bulk schema management allows you to create/delete object/fields in bulk. It supports all of the fields that you can configure using Metadata api. It also supports importing

objects/fields from a CSV file so if you have 1000 fields to be created, you can get that done in a minute rather than hours.

Bulk fields also supports specifying the access to list of Profile/Permission Sets. You can also edit Object/Fields security using Security module with ease.

For Objects, goto objects list, right click and select New Objects or select which objects you want to delete and select Delete Objects;

Similarly for fields, goto Fields list and choose appropriate option.

Security Module Updates (Enterprise)

Realfire has an easy to use and powerful security module which allows you to visualize/modify the security of various components for multiple Profiles/Permission Sets at same time. So far you could only manage Object and Fields. In this edition, we added support for Apex Classes, VF Pages, Named Credentials, Connected Apps, Communities, External Social Accounts, Custom Permissions and System/App Permissions. To access goto connection details (double click on a connection) and access Security tab.

Group/Queues Assigner (Enterprise)

When you have lots of Public Groups/Queues, visualizing which Groups/Queues assigned to which User can be a painful excercise. This release of Realfire adds support for visualizing that complex data set as a Matrix of Users vs Public Groups/Queues and also make assignment changes.

To access goto connection details (double click on a connection) and access Assigner tab.

CSV Editor Update (Essential+)

CSV Viewer/Editor has been enhanced with Search capability. So you can easily search for records and fields across huge dataset, filter records.

Support for All Rows in Soql (All)

Soql all rows clause includes the deleted records in the search results. Salesforce supports this clause while executing query in Apex however it is not supported while executing via API. We had to resort additional UI mechanisms like additional option to specify Include Deleted Records flag in Query editor and option in Dataload config.

In this version, we enhanced the Realfire SOQL Engine to add support for this clause and we pre-process the request before sending to Salesforce to make it work.

For ex., select id, name from account where created = today all rows

Record Type Enrichment (Essential+)

Record types table has been enhanced with additional metadata information. Just access the Record types tab and you should see additional fields. If you don’t see information, try to refresh Object details. Note that some fields needs Metadata Api access so if you don’t have that access on a connection, those fields will be empty.