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
Jugbeer BholaJugbeer Bhola 

Override Help URL

Would like to redirect Salesforce Help to a Visualforce page. Having a hard time specifying a dynamic location.  Is it even possible?
Setup\Customize\Tab Names and Labels\Help Settings

Trying to do something like this:
{!URLFOR($Site.Prefix +'/NewLightningPage')}
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below Salesforce help document for the same.

https://help.salesforce.com/articleView?id=replacing_online_help.htm&type=0
 
Hope this helps you!

If this helps you, please mark it as solved.

Thanks and Regards
Sandhya
Jugbeer BholaJugbeer Bhola
Hello, Thank you for responding.  I have seen that documentation and it does not apply to what I am trying to accomplish.  I am trying to stay within the same Salesforce instance and direct to a visualforce page.  So I need the relative address of the current instance of Salesforce that the application is running.  That link you directed me to is also a hard-coded URL with parms.  I want something dynamic.  Like a formula would do.  Do you have an answer to that question?