noHelpMode
From SAP Enable Now Wiki
Scope
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
Purpose
This parameter determines what is displayed if the user clicks on the Help button (?) and no help content is available for the current context. Most commonly, this parameter is used with a value of carousel to prevent the "No help available" dialog box from being displayed.
Usage
Specified as:
noHelpMode=[hidebutton|nothing|carousel]]
These values have the following effects:
Value | effect |
---|---|
hidebutton | The onHelpAvailable event is triggered with a value of false. Typically, this results in the Help button being hidden. |
nothing | The Help button is highlighted, as normal. |
carousel | The Carousel is displayed, with either the Learning page displayed (if configured to display), or an empty Help Topics page. |