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
MAngrisanoMAngrisano 

Using SControls

I know that this is a rookie question, but I just want to be sure...
 
Is there a way to embed a an SControl in a Saleforce.com page, or do I have to use a custom link or a custom tab?
 
There is a Salesforce page that is great except for one thing I need to add. If that addition HAS to be on the page, do I have to rewrite the whole page as an SControl, or can I put the additional functionality directly on the page.
 
I'm afraid I already know the answer, but I was just hoping...
 
Thanks.
 
Ron HessRon Hess
custom link or a custom tab

or using a HYPRELINK() formula from a field.

these are the only supported methods.
oh, yeah, you can also call an scontrol from an HTML home page component.
MAngrisanoMAngrisano
What is a HYPERLINK() formula and how do I use it from a field?
 
MAngrisanoMAngrisano
Never mind, I figured it out.
Ron HessRon Hess
there is an AppExchange app which will show you how to do this, look for the app titled

Sample Image Formula Fields

or click on the link above

if this is useful, please leave a "user review"

RupRup


Ron Hess wrote:
custom link or a custom tab


or using a HYPRELINK() formula from a field.


these are the only supported methods.
oh, yeah, you can also call an scontrol from an HTML home page component.






Actually, if you create a new section in a page presentation, you can include HTML code in the title of that section, and that HTML code will be interpreted !

Rup