function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdeveloper9sfdeveloper9 

Load subtab page when subtab is not focused cloud console

In service cloud console, we have a vf section on account page layout which will open a subtab. By default the subtab focus is set to false(active param set to false in openSubTab()). with this the tab is opened but the vf page on that tab is not loaded until user actually clicks on the second subtab.

Is there a way to load the second subta eventhough it is not highlighted or focused?