
All posts
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
Adding Custom Fields to a Maximo Anywhere application.
Today I'm going to describe the process of adding a custom field to a Maximo Anywhere application screen. Although we build the applications out of the box, you still have control over what you see and what you display to your users on the device. I've created an attribute in the work order object called reviewed, we want to bring this over to our Maximo Anywhere Work Execution application on to our Work Order details screen to show who has reviewed the Work Order. This can be done with new work order attributes,... [More]
Tags:  mobile customization maximoanywhere maximo #maxsup oslc |
View from Systems: Some Handy Links for Maximo 7.6
Link to this entry: http://ibm.biz/RWLMAMHandyLinks What to download for Maximo Asset Management Maximo Upgrade Resources Platform Configuration Matrix Maximo Asset Management feature Packs Version (links to technote) Fix Central link Maximo 7.6.0.1 Feature Pack 7.6.0.1-TIV-MAMMT-FP001 Maximo 7.6.0.2 Feature Pack 7.6.0.2-TIV-MAMMT-FP002 Maximo 7.6.0.3 Feature Pack 7.6.0.3-TIV-MAMMT-FP003 Maximo 7.6.0.4 Feature Pack 7.6.0.4-TIV-MAMMT-FP004 Maximo 7.6.0.5 Feature Pack 7.6.0.5-TIV-MAMMT-FP005 Maximo 7.6.0.6 Feature Pack 7.6.0.6-TIV-MAMMT-FP006... [More]
Tags:  maximo ibm-blog maximo+7.6 |
Webinar: Improve your Performance with the New Inspection Work Centers in Maximo
Maximo 7.6.0.8 introduces new Work Centers to manage Inspections. It leverages the latest Maximo user interface that enhances the user experience and makes the management and process of Inspections easy and intuitive to use. Inspections generally use forms (templates) that vary by industry, client and asset type. The form is the guide for inspectors to record current asset or location conditions in the field typically using a mobile device. Join us in this webinar to learn more about Maximo Work Centers and how Inspections can help you improve... [More]
|
Maximo Rest Client Example: Calling an External REST Service (Logo Tiger 3) with a Maximo Client
MOTIVATION: When I searched for a REST client implemented within Maximo using Automation Scripting, all documents I could find gave information on Maximo REST services which is the reverse of my requirement. Hence, I thought it would be a good idea to post this example which can ease the things for developers looking for a similar requirement. Maximo is focused on Asset Management, hence most of the time on customer site we need to integrate Maximo with ERP (SAP ERP, Oracle ERP etc.) or billing systems. I will present an example of a Maximo... [More]
Tags:  httpclient apache maximo+7.6 controldesk+7.6 automation_scripting python integration http maximo+7.5 logo+tiger client controldesk+7.5 erp logo maximo controldesk rest jython |
Record locking extremely slow on a cloned application
We had users reporting that after implementing record locking on work orders on a cloned WO app they call WO Tech, this WO Tech app is working extremely slow with record locking and performance is very sporadic from computer to computer, some computers take 5-10 seconds to unlock the record, while others take 5-10 minutes, and others never complete the command and the user gets a swirling blue circle (which one user let it swirl for the entire 8 hour shift and it never unlocked the record). Well, we had a meeting with the client and she... [More]
Tags:  ibm-blog |
Does Maximo application contain any reports that are linked by (or can be invoked from) a URL?
Yes, Maximo application contains numerous out-of-the-box (OOB) reports that are imported automatically, once Maximo.ear file is deployed.. A couple of examples of such reports are: 1)In Work Order Tracking application - launch a Work Order List report to run immediately, you will see that it displays Work Order/s that appear to be underlined (or are URLs): The underlined Work Orders can be clicked on to invoke the Work Order Details report: 2)in Job Plans application - launch a Job Plan List report to run immediately, you will see... [More]
Tags:  the out reports box url customization maximo7.5 of maximo7.6 report linking |
Maximo / Scheduler information and ODME/DOC version matches
Installation/Update Notes: Maximo Asset Management Scheduler is part of "core" Maximo and is updated whether or not it is enabled. However, beginning with Maximo Feature Pack 7.6.0.3, new applications have been built into Scheduler. To enable them, download the concurrent Scheduler package as well. The packages are found in Passport Advantage (unlike Maximo Feature Packs). Be sure to update the existing Scheduler package either at the same time or after you apply the concurrent Feature Pack. Installation Manager will only allow the... [More]
Tags:  maximo+7.5 ibm-blog odme decision_optimization_ser... maximo+7.6.1 scheduler maximo+7.6 maximo+7.6.1.1 idoc |
How to enable DOCLINKS_ASSETID Relationship to use for Attachments to be moved with Asset to another Site
You may have read the article below that describes how DOCLINKS_ASSETID relationship can be used so that attachments can be moved with an asset if you move it to another site. http://www-01.ibm.com/support/docview.wss?uid=swg21883485 However in that article it doesn't have specific instruction on how to use the said relationship To use the relationship, you would need to set the property SYSTEMLEVASSETDOCS = 1. You may use the following SQL command to enable it. First retrieve the rowstamp by using this command. select * from maxvars... [More]
|
Checking Maximo properties via SQL statement
Maximo has an application called System Properties where you can control and set the values that should be used by any property in the System. However, in order to see the Current Value of a System Property in Maximo UI, you are required to open each of the property lines and check the values in the fields, which could be very time consuming if you have to do that for multiple properties. So, I would like to share with you a Select statement that I normally use to display all the current values of System Properties in use by Maximo 7.x : ... [More]
Tags:  ibm-blog |
LAFIXes should never be applied on a version that it was not intended to.
To better understand what the title mentions, let me explain some content. FIXPACK Fixpacks deliver product defect fixes that have undergone a full development release cycle and the most extensive QA testing of all maintenance releases. Fixpacks are cumulative and each new fixpack contains all fixes from all previous fixpacks/interim fixes for that release. An example of a Fixpack is : Maximo 7.6.0.6 Feature Pack INTERIM FIX (IFIX) Interim Fixes go by many names like; Hotfix, Cumulative Hotfix, IFIX. They all relate to the same type of... [More]
Tags:  ibm-blog |
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