Brobench Tips
Brobench has many features that are kind of hidden and out of the way but nonetheless very convenient and time saving. We will list some noteworthy ones here. If you come across any Brobench feature that we should add to this list, please do share with us and will add to this list.
Data Display
- You can preview any datetime values in various timezones. Just hover over a datetime value to open the popup. This works in all Datagrids as well as Form fields. See Datetime Values for more info
Datagrid
- You can select one or more cells in any Datagrid, select
Right-click -> Copy Other -> Copy as In Clause String
, then you can paste the copied string straight into a SOQL Query where clause - Many Datagrids enabled filtering fields. In such cases, you can enter search term to show only fields matching that term. This is a huge time saver, especially in SOQL Results, which typically deals with a large number of columns. See Fields Filter for more info
Objects
- Navigate to any Object details, select
Data
tab, which shows the preview of Records for that object, with you having to query anything
Query
- You can pin result tabs so you can keep the result longer for analysis
- You can query 1000s of ids in a single soql using Paginated Query Vars feature