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
axcisaxcis 

How to edit "Help for this Page" for custom app?

How do I modify or create a help page for my custom app?  When the end user clicks "Help for this Page" I want to provide help on my application.
thanks

Ron HessRon Hess
If you are drawing the help link in your app, you can refer the link to a document in the document tab, this can be done in a popup by using this trick
Code:
<a target="_blank" ... 

so, the help could be in HTML , the document can install when your app installs.

what you don't get is searchable help integrated with the saleforce help, but this is a feature that is under consideration for a future release