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
deshawdeshaw 

Any way to add the visualforce into SControl?

I have a big scontrol. I want to modify only a part of it to have the visual force components?

Is it possible?

Thanks for all your help,
Manickkam.
Ron HessRon Hess
it might be possible, but you can more easily have a visualforce page that includes an scontrol.  would that help solve your problem?
Sam.arjSam.arj
Yes it is very possible, just use an iframe and set the src attribute to the url of your page.
Cheers,