ContextSensitiveHelpPage Property
Version: Available or changed with runtime version 3.0.
Specifies the help topic to show when the user presses Help in the UI. The help server on which this help topic is located, must be defined in the app.json file.
Applies to
- Page
- Request Page
- Query
Syntax
ContextSensitiveHelpPage = 'page-extension-topic';
Remarks
The value of this property forms the second half of the URL to context-sensitive Help for your app. The first half is set in the app.json where you specify the URL to your library of Learn More content. For more information, see Configure Context-Sensitive Help.
Related information
Configure Context-Sensitive Help
User Assistance Model
Configuring the Help Experience
Adding Help Links from Pages, Reports, and XMLports
Properties