BlueCielo Meridian Asset Management Module 2012 Administrator's Guide | BlueCielo ECM Solutions

You are here: About integrating with a maintenance management system > Integrating with Maximo 5 > Modifying the JavaScript files
h3

By modifying the JavaScript files, you will add a small amount of code to the existing linkdocs.jsp files that references Meridian Explorer. These references will show the related Meridian Explorer repository documents on the Linked Documents pages.

To modify the JavaScript files:

  1. On the Maximo server, open in any text editor the linkdocs.jsp file for the Maximo application that you want to integrate.
  2. Add the following JavaScript code as two lines at the position in the file where you want the user interface of the Asset Management Module to appear:

<iframe width="100%" height="500" frameborder="0" scrolling="yes" src='<%=Meridian EnterpriseURL%>&<QueryString>'>
</iframe>

The text for <QueryString> is different for each Maximo application. For the correct text for each application, see Link document query strings for Maximo 5.x.

  1. Save your changes and close the file.
  2. Repeat steps 1 to 3 for each Maximo application that you want to integrate with the Asset Management Module.
  3. Open the file <Maximo>\jsp\common\linkdocs\linkdocsheader.jsp in any text editor.
  4. Add the following JavaScript code as one line to the end of the file:
<%String Meridian EnterpriseURL="<URL>?Site=Default";%>

The text for <URL> should be the URL that you used in Testing Web Access. The argument Site=Default refers to the name of the Asset Management Module configuration that is linked to Maximo as described in Configuring connectivity to Maximo.

Proceed as described in Rebuilding Maximo 5.

Related concepts

Understanding the integration with Maximo 5.x and 6

Integrating with Maximo 5

Related tasks

Replacing the JavaScript files

Configuring the Meridian Explorer base URL

Rebuilding Maximo 5

Testing the integration

Related information

Maximo application names

Link document query strings for Maximo 5.x


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com