To complete designing your Microsoft Dynamics NAV Universal App solution, you have to offer users Help. Although tablets and phones have a simpler interface than both the Microsoft Dynamics NAV Web client and the Microsoft Dynamics NAV Windows client, there can be times where the user needs help understanding the purpose of a page or a workflow.

Adding Help to a Microsoft Dynamics NAV Universal App solution is not different from adding Help to Microsoft Dynamics NAV in general.

Help is linked to the Microsoft Dynamics NAV Universal App using the same technology as for the Microsoft Dynamics NAV Windows client and Microsoft Dynamics NAV Web client. Help is invoked on the Microsoft Dynamics NAV Universal App through an action on each page. The Help action is always the last action on the list. Because the same underlying technology applies to all clients, Help can be reused on all clients. The only difference is that field Help cannot be called directly from the Microsoft Dynamics NAV Universal App. Instead, users will be lead to the page Help and this should therefore be designed to guide users to relevant field topics.

Adding Help

Add Help to your solution by adding new HTML files, or modifying existing HTML files on your Help Server. Context-sensitivity is decided by topic names alone. Therefore naming is very important to get the Help call to work. Also, always make sure to work on an offline copy of a Help topic on the Help Server and then upload the topic(s) when you are finished.

For example, you can add a new topic to guide users who are using the Sales Rep Role Center created in Walkthrough: Developing a Sales Rep Role Center for the Microsoft Dynamics NAV Tablet Client. This topic will have to be named N_50006.htm, based on the page ID and prefixed with N_ which is the notation for pages. This topic must be put on your Help Server in the equivalent folder of C:\inetpub\wwwroot\DynamicsNAV90Help\help\en. In this topic, write text that guides the user and explains the processes and workflows associated with the Role Center page. Also, add direct links to Help topics on fields that you think the user will need guidance for. The notation for fields on tables is T_<table ID>_<field ID>, and the notation for page controls is N_<page ID>_<page control ID>. See more examples on your Help Server.

Important
The N_50006.htm file must adhere to the classic.css style sheet, which you can find on the Help Server.

See Also