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:
<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>
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
Related tasks
Configuring the Meridian Explorer URL parameters