Expand NAV Help Server Content
jpaetzold
Member Posts: 1
Hello everyone,
we want to expand the NAV help server content.
At first we have install the NAV help server. Then we open the help server path: C:\Inetpub\wwwroot\DynamicsNAV90Help\help\de-DE
and found alot HTML files.
I know how to edit these and I understand the file naming convention. But I think, if i do that, the maintainability in the long run is not given.
How do you do this? Do you have any idea to do it?
How Microsoft manages the Help? - I do not think that Microsoft will make it manually.
I am happy about every answer.
Best regards
Jan
we want to expand the NAV help server content.
At first we have install the NAV help server. Then we open the help server path: C:\Inetpub\wwwroot\DynamicsNAV90Help\help\de-DE
and found alot HTML files.
I know how to edit these and I understand the file naming convention. But I think, if i do that, the maintainability in the long run is not given.
How do you do this? Do you have any idea to do it?
How Microsoft manages the Help? - I do not think that Microsoft will make it manually.
I am happy about every answer.
Best regards
Jan
0
Answers
-
Hi Jan,
We use a tool we built ourselves, based on thoughts and descriptions found in this blog:
http://www.hougaard.com/user-documentation-of-a-nav-solution/
JanJan Veenendaal0 -
Hi Jan, your link is not working

Could you in short pseudo steps what your tool does?0 -
:'( link worked fine until yesterday....
Anyway: we roughly do the following:
1. In a separate database we have a table containing all object types and object id's that could possibly have help texts. ( tables, fields(!), pages, reports, etc. ); there is a version number too, so when an object is modified we add the new version as a new record in the table.
2. In the table is also a BLOB field that contains the help text; we use a format called 'MarkDown' which can later automatically be transformed to HTML. The help-writer can edit the blob content using an external editor called MarkDownPad (just 'bing' it)
3. When all help is ok we transform all MarkDown texts for the current version to HTML, using an external tool called Pandoc ('bing' that too). This also applies a template to add (e.g.) styling and 'general' links. [Pandoc can also transform to formats like ePub, docx (Word), pdf, and many others, if you need that]
4. There is also help that is not directly linked to a NAV object, we use a separate table for that, and use the same steps 1-2-3 as above. This type of help is also optionally added to the Table of Contents (toc.xml) file.Jan Veenendaal0 -
thx, saved a link to this topic
0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
