By default, extended help cannot be accessed on WebFacing
screens that are rendered dynamically because cursor positioning is
not turned on for protected fields.
To enable this function, customize
the transformation so that the cursor can be positioned to protected
fields such as help menu options.
- From the Navigator view, open the renderingSet.xml file, under <project_name>\src.
- Search the file for the showLinksForProtectedFields setting.
It should be near the end of the file.
- Change the setting's value from false to true.
This allows the cursor positioning on protected fields by rendering
them as links. Clicking on one of these links sets the cursor position
to that specific location.
- Save the file.
- Republish and run your project.
You should now be able to display extended help by clicking
on an extended help option, and then pressing Enter.