You are here: About integrating with a maintenance management system > Integrating with Maximo 6 > Installing the AMMSection control

Installing the AMMSection control

AMMSection is the name of the JavaScript control that creates the URL that is sent to Meridian Explorer when a user displays the Attached Documents page. The control is integrated with Maximo by modifying the corresponding Maximo application definition file.

To install the AMMSection control:

  1. On the Maximo application server, copy the folder <Setup>\Meridian Explorer 6\ammsection to <Meridian Explorer>\applications\Meridian Explorer\Maximouiweb\webmodule\webclient\controls.
  2. Open Maximo as a user with administrative rights, for example, maxadmin.
  3. In Maximo, open the Application Designer. The Applications page appears.
  4. Select the application to which you want to add the Asset Management Module Attached Documents page.
  5. Click the Export Application Definition icon . The Save As dialog box appears.
  6. Select a convenient location and click Save. The file is saved in the selected location.
  7. Open the saved definition file in any text or XML editor.
  8. Add a new tab element at the end of the following element:
  <presentation ...>
     <page ...>
        <clientarea ...>
           <tabgroup ...>

The XML tag should look like this:

  <!-- AMM extra tab -->
  <tab id="ammdocs" label="Attached Documents" >
   <!-- This section displays the AMM docs, must be added manually -->
   <ammsection id="ammdocs_sections" label="Engineering Documents">
   </ammsection>
  </tab>

The comment tags are optional. The file should look similar to the following figure.

              	 </sectioncol>
                </sectionrow>
              </section>
            </tabledetails>
          </table>
        </tab>
        <!-- AMM extra tab -->
        <tab id="ammdocs" label="Attached Documents" >
        	<!-- This section displays the AMM docs, must be added manually -->
        	 <ammsection id="ammdocs_sections" label="Engineering Documents"  >
        	 </ammsection>
        </tab>
      </tabgroup>
    </clientarea>
    <include id="pageFooter" />
  </page>
  1. Save your changes and close the file.

Note    The first time that the Asset Management Module is installed on the Maximo server, import the modified definition file only after Maximo has been rebuilt, or the import will fail. Subsequent imports do not require rebuilding Maximo because a required JavaScript control will already be present.

Related concepts

Understanding the integration with Maximo

Integrating with Maximo 6

Related tasks

Configuring the Meridian Explorer URL parameters

Specifying configuration properties

Rebuilding Maximo 6

Importing the application definition file


www.bluecieloecm.com