Console visualforce page record hyperlink not opening new console tab

We have the standard Account page layout which we are opening from Service Cloud Console, the Account page layout has a Skuid visualforce page embedded.
 Page loads fine and includes a table of related cases, though when we click the Case Number it opens in itself, rather than a new console tab&#46; If we open a case from standard related list, it pops out into new tab and sits under account&#46; Skuid visualforce page code: <apex:page action="{!redirect}&amp;page=InternalAccountDetail" extensions="skuid&#46;Redirects" standardController="Account"> 

</apex:page>

Dan~

In the Skuid page itself, try using a template field with something similar to this: <a href=“/{{{Id}}}“target=”_blank”>{{{Name}}} and see if it opens the record in a new window or not.

Thanks!
Karen

Hi Karen

Thanks though I can’t get this to work. Added template field but shows some HTML, sometimes kind of works. Tried Allow HTML. Also I took a curly bracket off each which showed the value.

With this:
<a href=“/{{Id}}“target=”_blank”>{{Name}}

I get this on the preview:
5002400000XHIFcAAP"target=“_blank”>

Which is a hyperlink with following link when hovering:
https://mycompany–skuid.eu5.visual.force.com/%3Cspan%20class=

Dan

In the salescloud console you need to use the “skuid:page” visualforce component method of doing redirects.  Look here: 

http://help.skuid.com/m/page-assignments-and-overrides/l/201793-using-the-skuid-page-visualforce-com…

and here

http://help.skuid.com/m/supercharge-your-ui/l/166801-using-skuid-with-the-service-cloud-console