
All posts
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
Change password for users that do not have an email address
When you are creating users in Maximo 7, you may realize that Maximo needs a user email address in order for you to save the record. Out of the box, Maximo requires that you set the password and email it to the user. Of course some administrators may think that it is required to configure the SMTP in Maximo in order to do this. But... what if you don’t want to email the passwords to the user? or if they don’t even own an email address? Some users would like the "E-mail Password to User?" checkbox to not be checked by default... [More]
Tags:  login ibm-blog change email not user maximo password |
Would you like to turn on or off the Enter key for new row functionality?
Whe you press Enter after specifying data in a table row in Maximo, a new line is created in applications. (For example, when adding new rows in a Work Order Tracking plans tab, Services subtab , or, when adding tasks to a workorder, etc...). You just press the ENTER key on the Description field from a line and then a second line appeared, and so on... third line as well.. This is caused by a system property which is called webclient.defaultbutton. This property applies to users who press Enter after they specify data in a table row. ... [More]
Tags:  ibm-blog |
Values from a Select Value list item are breaking. Now what ?
When you see the values from the lookups breaking in multiple lines even if the lookup column length has enough space or room for the full value, one way to get rid of this scenario is to prevent Maximo to use a specific predefined model for displaying the data this way. You can simply disable the usefieldsizegroup property in the XML definition file and configure Maximo not to wrap the text to be displayed. Please do the following : 1. Configure Maximo not to wrap the text to be displayed. (You can set the webclient.wraplength property... [More]
Tags:  lines multiple ibm-blog palma divided break maximo lookups several |
How to add the Details Section to a table
Steps to add the Details Section to a table. 1. In order to properly set up the details section in a table you need to add both events in the table: toggleselectrow and toggledetailstate. The events are added in the table by tablecol tags. 2. Add a tabledetails tag after the tablebody. 3. Make sure that the "linkedcontrolid" property from the columns of the tablebody are the same of the "id" from the fields of the tabledetails. The following is an example of the table with table details set up.... [More]
Tags:  details ibm-blog table linkedcontrol tabledetails section |
Increase the username field size in login screen
Some users have a long userid like the complete e-mail address and sometimes they cannot fully see it while typing in a small field. It may cause a typo and it's not comfortable for the users. To increase the username field size in the login screen you should do the following steps: 1- In the MX Server, go to the following folder: <maximo-folder>\applications\maximo\maximouiweb\webmodule\webclient\login 2- Open the 'login.jsp' file; 3- Find the the row: <input <%= attrs %>... [More]
Tags:  screen login userid ibm-blog field size |
Add new Locale to Maximo
First of all, let's understand what a Locale is. The Locale Java class is used to represent a geographical, political or cultural region to correctly format a text, number, date or operation. According to Oracle, the Locale class implements identifiers interchangeable with BCP 47 (IETF BCP 47, "Tags for Identifying Languages"), with support for the LDML (UTS#35, "Unicode Locale Data Markup Language") BCP 47-compatible extensions for locale data exchange. The Locale field in user Default Information specifies several... [More]
Tags:  ibm-blog maximo locale custom |
BiLog: Maximo 76..Variances, Reports, Demos and More!
I couldn't stop. They were warm, fluffy, delectable and perfect with a steaming hot cup of black coffee. But you can stop...comparing Purchase Order to Invoice Cost Variances manually. Starting with the Maximo 7.6.0.2 release , , a new Invoice Cost Variance report for LIFO/FIFO items is available! .This new report details the cost variances for LIFO/FIFO Items, which occur when there is a difference in the cost between the received PO Line cost and the Invoiced Line cost. This can be used when... [More]
Tags:  invoice report bi cost recording variance youtube demo data 76 bilog |
From the Maximo Support Desk - Add A Second Language Login
Users can choose which language to use when they log in to the same Maximo instance I've been a Support Engineer at IBM for years, but have worked almost entirely with English-speaking Users who log in to a Maximo instance that has English as the base language of the installation. Occasionally I've fielded questions from Users on a French or Portuguese instance, but that's about it. I finally worked with a completely bilingual user-base client, and to simulate their issue, I needed to add French as the second language on my... [More]
Tags:  maxsup #add_language #supmax ibm-blog #tdtoolkit iot-support |
Changing Maximo favicon and login icon
Many clients uses the Maximo default favicon and the logos for Maximo application. If you are looking to update the Maximo favicon and login logo to your corporate logos. You can perform the below steps to update. 1. Go to the Maximo folder C:\ibm\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\images 2. Make a backup of 'maximo-icon.icon' 3. Rename your logo with same file name For your Maximo logo... [More]
|
Getting answers to specific questions on Assistive Technology and Maximo
Assistive Technology can be required for a number of disabilities including low vision, blind, hearing impaired, deaf, mobility, dyslexia, and others. Because of legal regulations not all information on Assistive Technology and Maximo is publicly available. You can submit an accessibility request on your specific requirement. You can submit a VPAT (product accessibility) request from this URL: https://www-03.ibm.com/research/accessibility/requests/accvpat.nsf/bidx js?OpenForm The VPATs will provide details on what products and versions... [More]
|
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