This area is about setting up Maximo’s business modules to support the unique processes and goals of your organization. Each module helps streamline different aspects of asset management, work orders, inventory, and reporting.
The Asset Management module is central to Maximo, as it allows you to keep track of all physical assets and manage their maintenance throughout their lifecycle.
Asset Information: Each asset in Maximo has a profile with details like serial numbers, purchase date, warranty period, and location. By keeping this information updated, you’ll always know key asset details.
Asset Classification: Asset classification involves categorizing assets into types or groups (e.g., vehicles, machinery, IT equipment). This helps organize assets and makes it easier to search, report, and manage assets based on their type.
Asset Hierarchy: In Maximo, you can create an asset hierarchy to show how different assets are related. For example, a production line may have several machines connected in a hierarchical structure, allowing for better tracking of dependent equipment.
Lifecycle States: Every asset goes through various stages, from acquisition to disposal. Lifecycle states (e.g., Active, In Repair, Retired) help you track where each asset is in its lifecycle and plan maintenance accordingly.
By setting up asset classifications, hierarchies, and lifecycle states, you can gain full visibility and control over all assets in your organization.
Work Order Management in Maximo helps you track tasks, assignments, and statuses associated with asset maintenance or other operational tasks.
Creating and Assigning Work Orders: A work order is created whenever a task needs to be performed on an asset or within a process. This module allows you to document task details, assign it to the right technician, and set deadlines.
Configuring Work Order Priorities: Not all work orders are of equal importance. Maximo allows you to set priorities (e.g., Low, Medium, High, Critical) based on the urgency of each task, which helps technicians and managers focus on the most important jobs first.
Defining Work Types and Status Flows: Work types (e.g., Preventive Maintenance, Emergency Repair) let you categorize tasks for better reporting and tracking. Status flows define the stages a work order goes through (e.g., New, In Progress, Completed). By setting these, you ensure that each work order follows a clear process from creation to completion.
Work Order Management helps you keep a structured workflow for task assignments and progress tracking, making maintenance tasks more efficient.
Inventory and Procurement Management help you manage inventory levels, track parts and materials, and streamline procurement for maintenance needs.
Inventory Management: This includes tracking items received, issued, and stored in warehouses. You can set minimum and maximum inventory thresholds so that Maximo alerts you when stock levels are too low or too high.
Item Receipt and Issuance: Every time inventory is received, issued, or moved, you can record these transactions in Maximo, keeping an accurate record of where items are and how they’re used.
Minimum Inventory Thresholds: Set thresholds for each inventory item. When stock drops below a certain level, Maximo can automatically trigger a restocking request, ensuring you never run out of critical parts.
Procurement Management: Maximo also lets you manage procurement workflows. You can store supplier information, create purchase orders, and set up approval processes to streamline ordering. Procurement workflows ensure that only approved items are purchased from verified suppliers.
Inventory and procurement settings help prevent stockouts, track supplier relationships, and maintain accurate records of parts and materials.
Preventive Maintenance (PM) is essential for keeping assets in good condition and extending their lifespan by scheduling routine maintenance activities.
Setting Up PM Rules: PM rules define the frequency and conditions for preventive maintenance tasks. For instance, you can set a PM rule to generate a work order every three months for routine checks on equipment.
Frequency and Trigger Conditions: PM tasks can be scheduled based on time (e.g., every month) or usage (e.g., every 1,000 operating hours). Setting the right frequency is important for balancing maintenance needs without overloading your resources.
Auto-Generating Work Orders: Once PM rules are in place, Maximo can automatically create work orders when assets reach the conditions specified in the PM schedule. This helps ensure that important maintenance tasks are completed on time.
By setting up preventive maintenance schedules, you reduce the risk of unexpected breakdowns, improve asset longevity, and maintain operational efficiency.
The Service Request and Incident Management module allows users to submit requests or report issues that need to be addressed by the maintenance or support teams.
Creating Service Requests: A service request is a formal way for users to request assistance. For example, if an employee notices a problem with equipment, they can submit a service request to have it inspected or repaired.
Tracking Incidents: Incidents are unexpected events or problems that disrupt normal operations. This module allows you to log incidents, track their progress, and document how they were resolved, providing valuable records for future reference.
Configuring Priorities and Response Times: You can set priority levels for service requests and incidents to ensure critical issues are addressed quickly. For example, a machine breakdown in a production line might have the highest priority, while a minor IT request could have a lower priority.
Defining Handling Procedures: For both service requests and incidents, you can set predefined handling procedures that outline the steps for resolving each type of issue. This helps standardize responses and ensures nothing is missed.
Service Request and Incident Management keeps track of all incoming issues, ensures appropriate response times, and provides a structured approach to handling various requests.
Key Performance Indicators (KPIs) and reporting features in Maximo help managers and decision-makers analyze performance data and make informed decisions.
Setting Up KPIs: KPIs are metrics that track the performance of various processes, like work order completion rates, asset availability, or average time to complete repairs. You can configure KPIs in Maximo to monitor specific areas important to your organization.
Creating Custom Reports: Maximo lets you create custom reports for in-depth analysis. Reports can include data on inventory turnover, technician productivity, asset downtime, and more. These reports provide detailed insights into operations and can highlight areas for improvement.
Automating Report Generation: Reports can be scheduled to run at regular intervals (e.g., daily, weekly, monthly) and be sent directly to relevant team members. This automation ensures that stakeholders always have access to up-to-date data.
Using Data for Decision-Making: KPIs and reports give managers the information needed to make data-driven decisions, such as allocating resources, planning maintenance schedules, and adjusting inventory levels.
KPIs and report generation provide valuable data insights, helping you monitor progress, measure success, and improve business processes over time.
Configuring Maximo’s modules allows you to tailor the system to meet specific business requirements. Here’s a recap of the configuration tasks:
Each module configuration helps Maximo align with your organization’s specific operational needs, providing better control and efficiency across asset and maintenance management.
The Application Designer in Maximo allows administrators to customize user interfaces for better usability and efficiency.
System Configuration → Platform Configuration → Application Designer.WORKORDER for Work Orders).Maximo supports a multi-organization and multi-site structure, allowing different operational units to manage assets, inventory, and procurement separately.
System Configuration → Platform Configuration → Organizations.North America Operations).Chicago Plant, Dallas Facility).Maximo provides Conditional UI and Automation Rules to dynamically adjust the interface and automate certain actions based on system events.
System Configuration → Application Designer.Condition Expression (e.g., status = 'CLOSED' → Hide Edit Button).Maximo's Migration Manager allows administrators to transfer configurations across different environments (e.g., Test → Production).
System Configuration → Migration Manager.Maximo supports multiple languages and localized settings, ensuring usability in global operations.
USD for US, EUR for Europe).YYYY-MM-DD or MM/DD/YYYY).Download the language pack from IBM.
Run the installer:
./installLanguagePack.sh -lang es
To fully configure Maximo Manage, administrators should master:
What is the purpose of the Application Designer in Maximo Manage?
Application Designer allows administrators to modify application layouts and UI components without modifying the database schema.
Application Designer is used to customize the user interface of Maximo applications. Administrators can add fields to screens, rearrange layout sections, change labels, hide fields, or make fields read-only. These changes affect only the presentation layer and do not modify the database structure. Because of this, most UI changes do not require Database Configuration. Exam scenarios often describe a need to modify how an application appears to users, and Application Designer is typically the correct tool for that task.
Demand Score: 90
Exam Relevance Score: 94
What is a Conditional UI property in Maximo?
A Conditional UI property dynamically changes the behavior of fields or interface elements based on record conditions.
Conditional UI properties allow administrators to modify interface behavior without changing application permissions. For example, a field can become required, hidden, or read-only when a work order reaches a specific status. Conditions are defined using expressions that evaluate record attributes. This approach provides flexible UI control while avoiding the need to create multiple security groups. Exam questions often include scenarios where interface behavior must change depending on record data, indicating that Conditional UI properties should be used.
Demand Score: 86
Exam Relevance Score: 91
What are Automation Scripts in Maximo Manage?
Automation scripts allow administrators to implement business logic using scripting languages without modifying core application code.
Automation scripts provide a flexible method for customizing system behavior. They allow administrators to execute logic during events such as record creation, field updates, or workflow actions. Scripts are typically written in scripting languages such as Jython or JavaScript. Because they operate at runtime, automation scripts can implement complex validation rules or automated calculations without requiring application recompilation. Exam scenarios often test whether automation scripts should be used when custom logic is needed beyond standard configuration capabilities.
Demand Score: 88
Exam Relevance Score: 92
What is a Launch Point in Maximo Automation Scripts?
A launch point defines the event that triggers an automation script.
Launch points connect automation scripts to specific system events. Examples include object launch points, attribute launch points, and action launch points. An object launch point triggers when records are created, saved, or deleted. Attribute launch points trigger when specific fields change. Action launch points run scripts when actions are executed. Understanding launch points is essential because scripts will not execute unless they are properly connected to a triggering event. Exam questions often test whether a particular business rule requires an attribute-level or object-level launch point.
Demand Score: 84
Exam Relevance Score: 89
Why might an administrator use Edit Mode in Maximo Manage configuration?
Edit Mode allows administrators to safely modify application configurations.
Edit Mode enables configuration changes within applications such as Application Designer or Database Configuration. When Edit Mode is activated, administrators can modify settings while preventing unintended changes from other users. After changes are completed, administrators exit Edit Mode to return the system to normal operation. This process helps maintain configuration consistency and prevents partial updates. Exam questions often include scenarios where administrators must enable Edit Mode before making system-level configuration changes.
Demand Score: 82
Exam Relevance Score: 86
When should administrators use Application Designer instead of Database Configuration?
Application Designer should be used for UI layout changes, while Database Configuration is used for structural database changes.
Application Designer modifies how data is presented to users. Administrators can add existing fields to screens, rearrange sections, or adjust labels without altering the underlying database structure. Database Configuration is required only when the database schema must change, such as adding new attributes or objects. Using the wrong tool can lead to unnecessary system updates. Exam questions frequently test whether a requirement involves changing database structure or simply modifying the user interface.
Demand Score: 85
Exam Relevance Score: 93