Skip to content

Add Tabs As Org

Alfredo edited this page Jun 3, 2026 · 3 revisions

Explanation

By enabling this setting, new Tabs you'll favourite will ALL be saved as Org Tabs (when saved from the star icon).

By default, new Tabs are added at the end of your Tab list. If Add new Tabs in front is enabled, new Tabs are added after any pinned Tabs.

This settings is loosely related to the one to skip the check of Salesforce Id because this one forces all new Tabs to be Org Tabs.

Technicalities

Implementation

This is all taken into account by the favourite-manager script and its runtime module at the addTab function.

Before performing the call to the TabContainer class, the setting is checked and if enabled, saves the Tab as Org Tab; otherwise, if disabled, checks the setting related to the Salesforce Id.

Clone this wiki locally