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
krprkrpr 

OutputLink does not open new Tab in Service Console. It opens new Tab outside Console.

Hi ,

 

Does anyone have Idea about this :

 

OutputLink does not open new Tab in Service Console. It opens new Tab outside Console.

 

<apex:outputLink value="/{!mDup.existing.ID}" target="_blank" style="color: blue;">{!mDup.existing.name}</apex:outputLink>

 

Thanks

bob_buzzardbob_buzzard

To add new tabs on the service cloud console you need to use javascript.  Take a look at the service cloud console integration toolkit at:

 

http://www.salesforce.com/us/developer/docs/api_console/index.htm