Application
|
Description
|
System Properties
|
A single page application for managing a system property and its value. System properties are created as part of the Maximo product set, the value can be changed and refreshed to become immediately active.
|
Logging
|
A single page application for managing the settings of various types of system logging and where the logs are output.
|
Domains
|
A domain is a set of values that appear in a drop-down list and provide validation against the values entered. Sometimes referred to as a value list the types are Synonym, ALN, Numeric, Numeric Range, Crossover and Table. In some cases a condition can be applied to when a value is acceptable.
|
Database Configuration
|
Used for configuring the Maximo objects, their attributes and the relationships between objects. Views can be created, auditing and electronic signatures defined. System error, warning and informational messages can also be modified or further explanation provided.
|
Application Designer
|
The application used for configuring the layout of applications, for creating new applications (custom) or copying an existing one (cloning). The same application is used for configuring Maximo Everyplace applications.
|
Communication Templates
|
Used to create and define a template for an email including the roles, people, person groups and email addresses that will be the recipients of the email. The subject and body of the email may contain bind variables which will be substituted for attribute values of the record against which the communication is created. A communication template can contain an attached document.
|
Actions
|
Actions can be defined and used in workflow and escalations including the escalations associated with SLAs. Actions can exist in groups with each action being applied in turn. Action types include application actions, set value, change status or custom. Custom actions can be written as a Java class or an automation script.
|
Roles
|
Roles are used in workflow, escalations and communication templates. They resolve to a person, person group, an email address or data related to the current record of an application or the current logged in user. Custom roles can also be created.
|
Escalations
|
An escalation is a background task that runs under a schedule and monitors the Maximo system for an event or set of events and if found performs one or more actions and notifications.
|
Workflow Designer
|
A graphical tool for defining and revising workflow processes. The application is also used for adding workflow to a new application. Workflow drives a record through a process pushing it to the person or team that needs to respond next (an assignment). Multiple workflow processes can exist per application and record. A workflow process can be auto initiated.
|
Workflow Administration
|
Used to manage an active instance of a workflow process. The instance of the workflow process can be stopped or reassigned to another person.
|
Cron Task Setup
|
Used to manage background processes that run automatically against a fixed schedule. Most cron tasks are provided with the Maximo product, for example inventory reorder, PM generation. Custom cron tasks can be created but this requires a Java class to be written.
|
E-mail Listeners
|
Used to configure a process that monitors email accounts and then processes the inbound messages. Most often used to convert a received email for a service into a service request.
|
Web Services Library
|
A web service can be created in the integration framework to allow external systems to send messages or queries to the Maximo database. Web services can be based on an object structure an enterprise service or there are a set of standard services for objects like asset, ticket, work order, item, etc. The web service schema and Web Service Description Language (WSDL) files can be generated from this application and the xml data for each operation and response xml can be viewed.
|
Launch in Context
|
A launch entry record provides the ability to open the console of an external application from within Maximo either in the same or a different browser session. The external system must be enabled for the web and support the land in context feature. The launch entry can be linked to a record in the action menu, a hyperlink or a button of a Maximo application. The launch entry can pass data as parameters in the url calling the external application.
|
Automation Scripts
|
An automation script allows you to configure Maximo to perform functions and validations without having to use Java and without restarting the server. An automation script is created with one of several wizards that launches the script from an object, attribute, action, a condition or an integration point. Scripts can be created and then reused. Scripts can be written in a number of languages Jython, Javascript are enabled by default but other JS 223 scripting languages can be used.
|