-
Book Overview & Buying
-
Table Of Contents
Extending Microsoft Dynamics AX 2012 Cookbook
By :
Once you have a publisher ID defined, you need to create a folder structure to store all your help content.
In this recipe, we will show you how to create the publisher folder structure.
Each publisher should have their own Content folder located in the following directory on the Dynamics AX server: c:\inetpub\wwwroot\DynamicsHelpServer\DynamicsAXHelpServer\Content\.
To create a new help publisher Content folder, follow these steps:
Create a new folder in the Content folder with the same name as your publisherID.

Within the new publisher directory, create a subdirectory for each language that you want your documentation published in using the language code naming convention. In this case, we will just publish in US English (EN-US).
Then, create a subfolder within the Language folder called UserDocResources.
Within the UserDocResources folder, create a new XML file called TableOfContents.xml. This will store your table of contents...