Skip to content

Add Tabs As Org

Alfredo edited this page Aug 14, 2025 · 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, the new Tabs are always added at the end of your Tab list.

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 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