The more you know! Get random pieces of ORGanizer for Salesforce FAQs to learn a new feature every day!

LET ME READ SOME RANDOM HELP!

Quick Console


The Quick Console feature is enabled by hitting CTRL + SHIFT + V when the focus is on a Salesforce tab (read Options section for customization of shortcuts) or by clicking on the Magic Button link:

The console provides a set of plugins to help you being an awesome Salesforce administrator / developer

To access a specific plugin use the following shortcut: CTRL/CMD + SHIFT + [PLUGIN_INDEX]

The [PLUGIN_INDEX] is found on the Plugins main tab:

It is possibile, for certain plugins, to trigger the main plugin action without opening the Quick Console by hitting CTRL/CMD + ALT + [PLUGIN_INDEX].
At this moment this behavior is only available for the REPLACE API NAMES plugin (PLUGIN_INDEX is 6) and SOBJECT FIELDS plugin (PLUGIN_INDEX is 4).

All shortcuts can be overridden in the Options page.


Home


The Home plugin is the home page plugin where you find the main info about current ORG, such as:

  • Organization Id
  • Server's domain
  • Session Id
  • ORG Info (REST API)
  • User Info (SOAP API)
  • Apex Test Coverage


Quick Query


This plugin makes SOQL, SOSL and TOOLING API queries on your ORG. Parent references and subqueries are also supported:

Results are sortable and searchable locally.

The Download results (json) link allow for downloading a result (in JSON format).

The plugin saves the last 50 queries for each ORG, and allow you to select one from its history:

You can save named queries across ORGs by using the Very Important Queries (aka V.I.Q.) section:

Back up your queries from the Options page:

V.I.Q.s are stored in the local storage (no sync).

The plugin supports autocomplete by hitting CTRL + SPACE (can be customized on the options page) for SOQL keywords, Custom Fields, Custom Relations, Child Relations and Custom Objects.

The * wildcard allow for compiling All, All Custom and All Standard fields.

To make a Tooling API query hit the Tooling API button:

To make SOSL queries simply type your search query and the results will be displayed grouped by object type:

The query textarea can be rezied from the bottom right corner.


Execute Anonymous


Execute custom Apex code in anonymous mode.

The Download log link downloads the generated log.

You can select the debug levels for each category.

The plugin saves the last 50 Apex script executed on the given ORG.

You can save named queries across ORGs by using the Very Important Scripts (aka V.I.S.) section:

Back up your scripts from the Options page:

V.I.S.s are stored in the local storage (no sync).

The plugin supports auto-indentation by pressing CTRL + I.

The textarea can be rezied from the bottom right corner.


SObject fields


Query all fields of a given sobject.

Type in a Salesforce ID or let Salesforce get the ID from current page URL (also works if ID is in a query string parameter called id:

Every updatable field is editable (with a rollback button), and each field can be saved individually:

By using the quick console action CTRL/CMD + ALT + 4 (shortuct can be changed in the Options page) the plugin is opened and the query is done on the fly.


Quick ORG Describe


Describe the ORG sobjects:

And for each Sobject get all fields:


Replace API names


Replaces all custom field labels with the corresponding API name (works on Salesforce Classic and LEX standard layout, Field Sets editor and Page Layout editor pages):


For Field Sets editor and Page Layout editor, if the object has a lot of fields, revert to label view before executing any update on the layouts (otherwise tab may freeze for a while).

Salesforce ID converter


Massively converts 15 digit Salesforce Ids into 18 digit Salesforce Ids:

By using the quick console action CTRL/CMD + ALT + 7 (shortuct can be changed in the Options page) the plugin works as a URL clipper: the ID is copied right into the clipboard.


Login As...


Login as another internal user.

Search for a user by name or username: you can open the user details on another tab, login on a new tab or on incognito mode (only if ORGanizer has incognito mode enabled):

LET ME READ SOME RANDOM HELP!




Learn a new feature!