![]() |
#1 |
Участник
|
Typically an issue that keeps popping up every now and then on the NAV forums.
You have managed to learn to create Help for your add-on and compile your Help project to get the .chm and .hh files. Now you're ready to test it from the UI and have copied both files to the relevant directories. At least that's what you think - or should I say hope? ![]() ![]() So you start your Windows Client (RTC) and browse to one of your own pages - or maybe a standard page containing some of your add-on fields. You select the field and press F1, triggering the system to build the help index, opening the help window and ..., ouch, not displaying the help topic you are expecting it to do. Nevertheless checking the table of contents (TOC) confirms that your project is there, hence you wonder ... Why is my topic not showing up? In most cases the answer lies in the deployment of your help project. Two things are crucial here:
As your help project indeed is showing up in the TOC, the first part - installing the compiled project - isn't the problem. However the second often is. For this it's important to understand that the .hh file is the intermediate between the application structure and the help system. It contains a mapping between the application objects/fields/controls and there related help topics. The evaluation and execution of this mapping is processed by the application server (service tier), hence you have to make sure that the .hh file is stored on the machine where this service is running (see step 3) and that the service is restarted to get the .hh file included. Notes
Читать дальше
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|