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
BpositiveBpositive 

Help pages

I want to create help pages specific to my application. how can I do that?

Navatar_DbSupNavatar_DbSup

Hi,

 

You can create a Visualforce page.

Follow the below steps to create a page

  1. Setup->App Setup->Develop->Pages click on new button.
  2. Enter Label and Name of the page and click on save button

 

For running the page follow below steps:

  1. Open home tab in new browser window
  2. Remove ‘home/home.jsp’ from url
  3. Append ‘apex/visualforcepagename’ and click on go button of browser.

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

 

BpositiveBpositive

How will I be able to link them to specific parts of my application?

rohitsfdcrohitsfdc

you can use hyperlinks or <a href> tag to link your visualforce page with a text or image, lets say a question mark sign