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
Prasanna1838Prasanna1838 

How to open a VF page which is embedded in a button on a new sub tab in service cloud console.

I have written a VF page which performs search functionality on click of button.I want to open this page in a new sub tab in a Service cloud console on click of this button. Also ,When it returns records based on search,I need to open the records in another sub tab.I have done this in SF platform and its working fine but I am not sure on how to use this is Service cloud console..Is there any extra code that is needed to be added in here. Thanks! Prasanna
Prasanna1838Prasanna1838
I am done with this...I have created the button on detail page by using "Onclick of Javascript" where in I used srcUp (/apex/yourVFpage?id=recordId)' function.