
An Overview of Automation Script Launch Points and Sequentially Ordered Automation Scripts
Since Automation Scripts were introduced in v7.5 and enhanced in v7.6, they became our best choice of customization most of the time. Besides a couple of rare situations which should be handled within JSPs or bean classes, Automation Scripts are used whenever we need to go beyond typical configurations. If you are familiar with older versions of Maximo such as v6.x or v7.1, then you should also have some knowledge on Maximo Java framework and Maximo Business Objects (MBO classes, i.e. field, action, condition, integration processing classes... [More]
Tags:  controldesk+7.6 automation_scripting maximo+7.5 controldesk+7.5 maximo+7.6 python maximo script action sequence order jython automation controldesk |
An Automation Script to Address an Unusual (and Hopefully Rare) Text Truncation Problem when Creating a Communication
There is a rich text framework design gap in how entity characters are handled (encoded / decoded) behind the scenes that results in text truncation when a less than symbol ( < ) is present in a non-rich text field that's pulled into the communication RTE via a variable. This blog article will present a work around for this behavior. We'll set up the problem and the solution side-by-side. As with anything presented in these blogs, refine your approach in a test environment before rolling out to production.... [More]
Tags:  scripting create-communication comms 76 maximo email 75 |
All in a week's work: upgrades, updates, moves and installs
I've been doing a few upgrades (major and minor) this week. See below for my current VM setup. The one with nothing extra on it is serving as an Active Directory server only (and contains all maxdemo users). Monday I upgraded a maxdemo Maximo 7.5.0.7 to 7.6.0.0. This instance has Scheduler and Calibration enabled, and I installed the Maximo 7.5 versions to maximo 7.6, since the 7.6 versions of those products are not yet available were not available at the time I installed it (Calibration 7.6 was released last Friday, and Fix Pack 7.6.0.1... [More]
Tags:  ibm-blog maximoinstaller maximo+7.5 maximo+7.6 maximo7.5 maximo7.6 maximo |
Alignment on integer type fields in Maximo
You have a couple of fields that are getting right justified and it seems to be based on MAXTYPE on the MAXATTRIBUTE table. Is there anyway to change the justification on a field in an <app>.xml, since we can't make changes to the MAXTYPE for all fields considering you the type that you are referring to is "INTEGER" ? You would even try the following, but it will NOT work for INTEGER fields : 1) From Application Designer export the app xml file 2) Save a copy of the xml file 3) Edit one of the copies to make the change... [More]
Tags:  ibm-blog left align maximo right center |
After LDAP is configured, users still get the Maximo login page
Some users reported that after you follow the steps how to configure the SSO, still getting the login Maximo page. The document used for this configuration is this one : https://www.ibm.com/developerworks/community/blogs/a9ba1efe-b731-4317-9724-a181d6155e3a/entry/How_to_configure_SSO_Single_Sign_On_with_Maximo_7_6_Part_1?lang=en If this happens to you, I must warn that in some cases, this kind of scenario gets resolved if you follow some steps, as below in WebSphere Application Server console, of your Maximo Application Server. 1. In WebSphere... [More]
|
Adding non standard Work Order data to MS Project and Primavera
Maximo have is own and internal Scheduler tool, but it is also able to integrate with external Project Management tools for data export and to perform regular planning and scheduling / resource leveling activities, through two addons that covers the most used tools in the marketplace: MS Project and Oracle Primavera. Both IBM Maximo Adapter for Primavera and IBM Maximo Adapter for MS Project can exchange data with external project management tool more than just the essential workorder information needed by these tools to perform their... [More]
Tags:  ibmeam |
Adding Extra Fields (WOEQ1, WOEQ2, etc..) to a Result Set for Workorder
Hello, Have you tried to add one of the out of the box extra fields (WOEQ1, WOEQ2, etc...) to a result set and have not been able to figure out a way to go about this? If you have figured this out then congratulations! If not here's the steps for everyone else. To have these extra fields display for your result set there's a few steps that need to be taken. From within the Maximo UI open the Object Structure application from within the Integration application. from the list screen query for REP_WORKORDER. Once... [More]
Tags:  maximo+7.6 result workorder |
Adding custom fields to Maximo Anywhere Part 2: Parent\Child object relationships
A while back I wrote a blog going over adding a custom field to a Maximo Anywhere application, this was a very basic blog and only handled a situation where the field was part of the parent object (WORKORDER). In many cases however there are situations where the field we want to add is not part of the parent object on the resource, but possibly an associated child object through a relationship. I'm going to walk through the process of adding a field which displays data from another object other then work order based on a... [More]
|
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 |
Adding and updating Job Plan work assets through MIF
You can add and modify work assets to your Job Plans using the Maximo Integration Framework. There are a fiew things to note in order to get this to work. As you may have discovered, there is currently no out-of-the-box interface that works for this purpose. The object structure that would be needed consists of the JOBPLAN and JPASSETLINK objects, however you will need to make sure the correct key attributes are included and an alternate key is used when updating child records. Here are the steps that you can use to add or update your work... [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