Summary
Question
The procedure as follows:
Answer
-
Prerequisites
- Create the help document in PDF format.
- Create a folder called docs, and copy your PDF into that folder.
- Zip the docs folder, and copy it to your local file system.
-
Deploy the document on the UCMDB server
Navigate to Administration > Package Manager, and click the Deploy packages to server
button to deploy the .zip file containing the PDF you want to deploy. For details, see How to Deploy a Package.
-
Attach the document to the relevant discovery package
-
Navigate to Data Flow Management > Adapter Management.
-
In the Resources pane, expand the adapter file: Packages > <package name> > Adapters and select the adapter to which to attach the document.
-
Do one of the following:
-
In the Adapter Definition tab, under Details, click the Edit
button adjacent to the Content Help box, and select the help document that you deployed.
-
Right-click the adapter and select Edit Adapter Source from the shortcut menu. Look for RelatedDocument in the code, and replace the line with:
<RelatedDocument>name_of_pdf.pdf</RelatedDocument>
where name_of_pdf is the name of the help document you deployed.
-
-