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
umutdoganumutdogan 

Is there a way to change the tab programmatically?

Hi,

I am developing a salesforce flex application. But while integrating i need to change the tab based on a button click in a tab. I tried to do that but everytime it opens flex application inside the working tab. I need it to change to the flex applications own tab along with my parameters (for example opportunity_id)

Any suggestions?

Thanks,
Umut
werewolfwerewolf
You can embed your Flex app inside a Visualforce page and set the pageStyle of that Visualforce page such that it shows up in the tab of your choosing.
umutdoganumutdogan
thanks, it worked...