
New features in Maximo Asset Configuration Manager 7.6.5
New features and capabilities in Maximo® Asset Configuration Manager 7.6.5 help your organization achieve greater efficiency in asset management. Temporarily extend preventive maintenance By using the new PM Extensions application, you can specify a temporary extension for a PM record and maintain regulatory compliance. When a PM record is extended, the date or meter reading that marks when the PM is due is moved forward by an amount that you specify so that more time is allowed to complete the requirements of the PM. An extension... [More]
|
New features in Maximo for Aviation 7.6.5
New features and capabilities in Maximo® for Aviation 7.6.5 deliver enhancements in engineering, technical publication management, maintenance program management, aircraft and equipment management, procurement, and shipment management. Manage quantities of serialized equipment in a build position You can now add, remove, and edit quantities of serialized equipment in a single build position. You can also specify the minimum, maximum, and default quantity for a build position. Learn more about build positions.... [More]
|
Maximo Cleanup Work Order and Ticket MBO
Maximo Cleanup Work Order and Ticket MBO IBM Maximo automation scripts (Jython) to cleanup MBOs such as Work Order and Ticket Disclaimer The script and steps are provided as is and use it at own risk. It is not recommended for production environment, please use maximo archiving product instead. Background Certain maximo MBOs do not allow deletion after activities have been committed to the record such as change of status, applied workflow, and communication log This behaviour is expected in production environment. However, at... [More]
Tags:  workorder delete ticket |
Marking Main Record as Modified while Modifying Related (Child) Records via Automation Scripts (v7.6)
When you modify, i.e. add/update/delete, child records (MBOs) related to a main record, the parent object might not always require saving, in other words it might not always get marked as "Modified". For default applications, the application forces the user to SAVE the main record because this functionality is implemented in the original MBO classes of Maximo. Unfortunately, when you have your custom objects used in your custom applications, you can face such use cases that you modify the child records and the main record is not... [More]
Tags:  controldesk+7.5 modified parent maximo modify mainrecord related child update save add maximo+7.6 delete maximo+7.5 controldesk+7.6 controldesk |
Maximo Asset Management 7.6.0.3 Interim Fix 013 released
The Interim Fix (IFIX) is available at Fix Central. As with all IFIXes, Maximo Asset Management 7.6.0.3 Interim Fix 013 is cumulative and includes all fixes provided with MAM 7603 IFIX 012, with these additions: APAR Application Name Description IV93037 Crews In the Crews Everyplace application, when you save a record, the Save dialog box is displayed twice. IV92429 Data Sheet Template In the Data Sheet Template application, when you use the Square Root of Input function, the result only displays three deciaml places. IV90399 Report Viewer... [More]
Tags:  #maxsup controldesk76 ibm-blog maximo maximo+7.6 ifix |
Why are some job plan areas controlled in the revisioning process and some are not?
This is because with the option Job Plan review you can have better control over what is being changed. Maximo assumes that some information you can change without any kind of problem regarding them. Other information may result in some future discrepancy regarding the work order or some other record.... [More]
Tags:  revise jobplan |
Maximo Asset Management 7.5.0.8 Interim Fix 021 released
The Interim Fix (IFIX) is available at Fix Central. As with all IFIXes, Maximo Asset Management 7.5.0.8 Interim Fix 021 is cumulative and includes all fixes provided with MAM 7508 IFIX 020, with these additions: APAR Application Name Description IV90664 System Object In the Asset application, when you select a record and choose the All Records option on the side menu, Maximo hangs. IV92656 System User Interface In the Create Service Request application, on the Create a File Attachment dialog box, when a service request... [More]
Tags:  #maxsup maximo+7.5 ifix maximo |
Cannot create rotating assets
Today you decided that would create several assets with associated rotating items! But it seems that "something" is conspiring against you! When you try to associate an asset to a rotating item that has a classification, you get the following error message: BMXAA4187E - The relationship ASSETSPEC does not exist for business object ITEMSPEC. Verify that the relationship specified in the parameter ASSETSPEC... [More]
Tags:  asset rotating bmxaa4187e |
How can I delete the work order tasks before save it?
When you try to delete or remove a task from work order that is already saved, the below error message is thrown. However, you can delete the task by clicking the trash can before saving the work order (but not after saving the work order.) Error Message: BMXAA0029E - You are not authorized to perform this action for this record. Contact your system administrator to request changes to your authorization. More information How... [More]
Tags:  task delete workorder |
Changed attribute value
In Maximo I have Object structure with Parent as ASSET and CHILD as ASSETSPEC. When ASSETSPEC is updated, its attribute whose value is modified should have CHANGED = true in outbound Message. This is not happening is Maximo 7.6. However I see this for PARENT. Any idea?
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146