16
1 1 In this training module, you learn how to add fields to Maximo ® Mobile application screens.

Add Fields App Screens

  • Upload
    soo7cs

  • View
    285

  • Download
    2

Embed Size (px)

DESCRIPTION

add fields

Citation preview

Page 1: Add Fields App Screens

1 1

In this training module, you learn how to add fields to Maximo® Mobile

application screens.

Page 2: Add Fields App Screens

2 2

When you have completed this module, you can accomplish these tasks:

Modify Maximo Mobile application XML files

Run importall and packagemobile commands

Restart IBM Maximo Mobile after making XML changes

Page 3: Add Fields App Screens

3 3

First, before making any changes, make a backup copy of the Mobile

application XML file. The backup copy is the one that you modify or customize.

In this example, the backup copy file is mobilewo.xml.

Page 4: Add Fields App Screens

4 4

Open the Mobile application XML file, mobilewo.xml, to begin making your

customizations. For this example, you add the ‘PMNUM’ field from the Maximo

WORKORDER table to the work order.

Page 5: Add Fields App Screens

5 5

First, register the Maximo WORKORDER field in the corresponding

MobileMBO so that the data can be uploaded to Maximo, downloaded from it,

or both. Within the mobilewo.xml file under the WORKORDER mobilembo,

include a mobilemboattribute tag for PMNUM. Now, MobileMBO can hold the

‘PMNUM’ attribute from the WORKORDER MBO.

Page 6: Add Fields App Screens

6 6

Next, locate the page in the XML that displays the PMNUM field. In this

example, the WOMAIN page is used. Add the text box with

dataattribute=“PMNUM” to the page, as shown. Make sure to use a unique

value for the text box ID.

Page 7: Add Fields App Screens

7 7

At a command prompt, access the <maximoroot>\mobiletools\maximo folder

and launch the importall.cmd utility. Verify that the importall.cmd runs

successfully.

Page 8: Add Fields App Screens

8

At a command prompt, access the <maximoroot>\mobiletools\maximo folder

and start the packagemobile.cmd utility. Verify that the packagemobile.cmd

runs successfully.

Page 9: Add Fields App Screens

9

The login page is displayed when the application opens. Enter a user name

and password and click Go.

Page 10: Add Fields App Screens

10

When changes are made to the Mobile application XML, you must download

the latest version of the Mobile application. Click either Yes or Install to

download any or all of the customizations that were made.

Page 11: Add Fields App Screens

11

After the Mobile application updates are downloaded to the device, you get a

message to perform a full refresh of all device data. Click OK to perform the

full refresh.

Page 12: Add Fields App Screens

12

IBM Maximo Mobile Work Manager is ready for use after the full refresh is

complete. Verify that the Work List displays the correct number of records that

are downloaded to the device.

Page 13: Add Fields App Screens

13

From the Mobile start center, click Work List to open the list of WO records on

the device. Open the WO record to confirm that the PMNUM screen changes

were successful. This slide shows the record before and after the changes.

The PM text box is now blank.

Page 14: Add Fields App Screens

14 14

Now that you have completed this module, you can accomplish these tasks:

Modify Maximo Mobile application XML files

Run importall or packagemobile commands

Restart IBM Maximo Mobile after making XML changes

Page 15: Add Fields App Screens

15

Page 16: Add Fields App Screens

16