Objects List
The List tab displays all Objects in your Salesforce org, along with their key properties. Use this view to explore, filter, and understand the structure of your org's data.
// screenshot
App-Derived Properties
Alongside native Salesforce metadata (retrieved via the Describe Global API), the app calculates a few helpful fields to improve filtering and visibility:
Category
Salesforce includes many types of objects—such as Custom Objects, Standard Objects, and Platform Events.
To simplify navigation, the app assigns a Category to each object, displayed in its own column. This allows quick filtering by object type.
Your Access
Salesforce defines object-level access via four properties:
Createable
Queryable
Updateable
Deleteable
The app combines these into a single, easy-to-read Your Access column, represented as a CRUD string. This helps you quickly see what operations you're permitted to perform on each object.
Record Count Est.
This column shows the estimate of record count in that object. Note that this is not an accurate count rather just an estimation. Salesforce periodically calculates this count.
Filtering Objects
There are few ways to filter Objects in the list tab.
- All standard Datagrid features are available, including filter by searching globally or by a particular column.
- It also provides filter by
Category
option as dropdown. This allows you to select or more categories those objects to be shown.
Objects Actions
Here are various actions you can perform in this feature.
- Open Object: Click on the Object name to open that object details
- Refresh Record Count: Click on the
More Actions
menu ->Refresh Record Count
to refresh the record estimate for all objects