How to: Enable Help Debug Mode
Microsoft Dynamics NAV supports a Help debug mode that displays the context IDs that are used by a context-sensitive, or F1, call. You can enable the Help debug mode to troubleshoot context-sensitive Help problems, such as when the incorrect topic is displayed when a user presses F1.
Turning on the Help Debug Mode
To turn on Help debug mode for the Microsoft Dynamics NAV Windows client
Open the Microsoft Dynamics NAV Microsoft Dynamics NAV Windows client installation folder. This is typically located at C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client.
Open the shortcut menu for Microsoft.Dynamics.Nav.Client.exe, and then choose Create Shortcut.
Move the shortcut to the desktop.
Open the Properties window for the shortcut.
In the Target field, at the end of the executable path, add a space, and then add the following text.
-showhelpid
Choose the OK button.
To turn on Help debug mode for the development environment
Open the Microsoft Dynamics NAV Development Environment installation folder. This is typically located at C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client.
Open the shortcut menu for finsql.exe, and then choose Create Shortcut.
Move the shortcut to the desktop.
Open the Properties window for the shortcut.
In the Target field, at the end of the executable path, add a space, and then add the following text and include the quotation marks.
"ShowHelpID=yes"
Choose the OK button.