Server Based Documents
Overview
The OMA Documents panel allows you to access standard corporate documents. These documents can be updated from the NMS server so latest versions are available. Examples of documents that might be useful to store in NMS include standard procedures and safety documents; file types should be limited to types that OMA devices would most likely support, such as PDF, DOC, and so on.
Document Locations
Documents that you want to be available to OMA should be stored on your NMS server in the $(OPERATIONS_MODELS)/docs directory.
Document Configuration in OMA
In the OMA2 project src/js/resources/config/documents.js file, add a record in the available_documents object for each required document. Here is an example for two documents:
self.available_documents = [
{name:'OPAL_safety_rules.pdf', description:'Safety Rules (PDF)'},
{name:'OPAL_safety_rules.doc', description:'Safety Rules (DOC)'}
];