I have been trying to get the help files working for NAV2009. But for some reason it doesn't work. If I use the help files for the classic client it works fine.
It looks like the RTC doesn't use the .hh files anymore.
Does anybody know if there is a modification needed for NAV2009?
0
Comments
The RTC builds a help context based on page type, page ID, table ID and control ID etc. This is sent to the NAV Server, which resolves it to a help topic string and it is looked up in the .HH files (or more specifically a binary tree built from the .HH files). The CHM reference is then returned to the RTC and it opens the CHM with that reference, in the correct language folder on the client - i.e. the CHM files are installed with the RTC.
The RTC command line parameter -SHOWHELPID is used to show the context, topic and CHM reference.
This posting is provided "AS IS" with no warranties, and confers no rights.
Good to know about the -SHOWHELPID
1. From the Start menu, click Run.
2. In the Open box or the Search box type services.msc.
3. Under Services, right-click Microsoft Dynamics NAV Server, and click Restart.
We'll post something on the NAV Team Blog (http://blogs.msdn.com/nav/default.aspx) and the NAV DevCenter on MSDN (http://msdn.microsoft.com/en-us/dynamics/bb467598.aspx) when we've released these.