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
Dhaval PanchalDhaval Panchal 

Converting s-control to VF Page

Hi,

 

I need to convert some s-controls to vf page. But I do not have any idea about s-control. There are some s-controls are created. I want to know how to run s-control. (i.e. we can run vf page using url https://..../apex/testvf,  how to run s-control).

 

And what are the steps we need to keep in mind while converting s-controls to vf page. Is there any easiest way to do this?

Best Answer chosen by Admin (Salesforce Developers) 
Puja_mfsiPuja_mfsi

Hi,

You need to create a custom button or link to display the custom s-control to your users. Alternatively, create a Web tab using the custom s-control, add the s-control to a page layout.

 

Please have a look on the below URL:

http://ap1.salesforce.com/help/doc/en/dev_scontrol.htm

 

http://salesforcesource.blogspot.in/2008/09/how-to-host-s-control-in-your-visual.html

 

Guidelines for convert S-control to visualforce

http://boards.developerforce.com/t5/Visualforce-Development/guideline-to-convert-S-control-to-Visualforce-page/td-p/149376

 

 

Please let me know if u have any problem on same and if this post helps u please throw KUDOS by click on star on left.

All Answers

Puja_mfsiPuja_mfsi

Hi,

You need to create a custom button or link to display the custom s-control to your users. Alternatively, create a Web tab using the custom s-control, add the s-control to a page layout.

 

Please have a look on the below URL:

http://ap1.salesforce.com/help/doc/en/dev_scontrol.htm

 

http://salesforcesource.blogspot.in/2008/09/how-to-host-s-control-in-your-visual.html

 

Guidelines for convert S-control to visualforce

http://boards.developerforce.com/t5/Visualforce-Development/guideline-to-convert-S-control-to-Visualforce-page/td-p/149376

 

 

Please let me know if u have any problem on same and if this post helps u please throw KUDOS by click on star on left.

This was selected as the best answer
Dhaval PanchalDhaval Panchal
Thanks Puja,

It was very helpful