Maximo Anywhere is a Worklight/MobileFirst based set of mobile applications to support the Maximo Asset Management product suite.
Questions tagged [maximo-anywhere]
210 questions
1
vote
1 answer
Maximo Anywhere 7.6 - Work Order Execution app - Work Order Details Screen is disabled or frozen (in Preview/Mobile Simulator)
I just finished installing, building and deploying Maximo Anywhere 7.6 apps in a guest VM (Win2012).
When I did the preview of work execution app (from the operations console), it lets me login and lists the work orders. But when I click/tap a work…

gjai
- 11
- 1
1
vote
1 answer
Maximo Anywhere Work Execution Issue - Build all - After reverting back to the original app.xml
I made some changes on the AW Work Execution app.xml and run build all and got some errors.
Then I copied back the original app.xml and run build.all.
But I'm getting this error. Any ideas what is the root cause/how to fix?
Appreciated your…

Dyka
- 11
- 3
1
vote
1 answer
Maximo Anywhere 7.6 - Lookup selection not displayed in the field
I have created a lookup and able to see the data. But when an entry is selected in the lookup, the selection is not displayed in the previous screen. Below are code snippets.
View:

Karthik P
- 13
- 6
1
vote
1 answer
View data save -without any button click
I have a view which has some data entered by user. Once user moves out of this View, data in it should get automatically saved. We don't have any save button to get any click event. Please advise, how to capture View event once we dont have any save…

developer
- 92
- 7
1
vote
0 answers
ModelService.saveAll method details
Could anyone please explain ModelService.saveAll and ModelService.save difference. In saveAll array is passed? Please explain below code
ModelService.saveAll([startedWorkOrder.getOwner(), woTimer.getOwner()]).then(function(){
Here woTimer is local…

developer
- 92
- 7
1
vote
1 answer
Maximo Anywhere 7.5.2 Image Compress issue
Am working on Work Execution app. How to compress the image size before saving the attachment since the attachment size limited to max 10MB.

karthik
- 29
- 5
1
vote
1 answer
How to enable SSO between Maximo Anywhere apps
In a scenario where a single user has more than one Maximo Anywhere app installed on his device (eg. Asset Data Manager and Inspection), how to implement device single sign on?. What I mean is, If user gets authenticated in Inspection, and would…

Prasad
- 43
- 10
1
vote
1 answer
Maximo Anywhere Data Synchronization
I am trying to understand the implementation of Maximo Anywhere data synchronization. I could not get these details on Knowledge Center.
i. Does the framework synchronize delta changes that happen at client side, or whole object
ii. In case of…

Prasad
- 43
- 10
1
vote
1 answer
"The Service is currently not available." error for Maximo Anywhere Windows apps
I am having hard time making windows version of MaximoAnywhere working.
I am using Windows Surface Pro3 with Windows 10 OS as target device. I am also having development setup in the same machine i.e eclipse and visual studio.
I am using Maximo…

Prasad
- 43
- 10
1
vote
2 answers
Maximo Anywhere - Take Photo - App Feature Issue
I am trying to use "Take Photo" feature from iPad but am getting the below error on save. It takes photo properly and able to see the details of it in Anywhere while clicking submit,Issue begins.
I have made the configuration changes already in…

Vignesh
- 375
- 1
- 2
- 13
1
vote
1 answer
Incorporating Custom Fields into OSLC Components
I've got a procedural question I'm having issue finding in the documentation for the OSLC components of Maximo Anywhere. I have a custom field tied to a preexsisting Maximo MBO, how do we go about accessing it through the OSLC? Do I need to…

Kasey
- 307
- 1
- 8
1
vote
1 answer
Installing Maximo Anywhere in different database than maximo
I have Maximo installed over SQLServer and i would like to install Maximo Anywhere over DB2 are there any limitation regard this

Mohammed Alrifai
- 131
- 1
- 3
- 13
1
vote
1 answer
Maximo Anywhere - Dynamic List Creation using Work Execution App
I am customizing Anywhere(7.5.2)-WorkExecution. I am trying to create a dynamic list on the Work Log execution but it always creates only one. Kindly help.
CREATE Action
Work Log
File: WorkLogHandler.js
Function: _saveTransaction
Existing…

Vignesh
- 375
- 1
- 2
- 13
1
vote
3 answers
How to refine build.xml file only for work execution app
Inside maximo anywhere we have 4 apps out of which i want only work execution app to be build and deployed.
Currently ant build is building and deploying all apps which is time consuming. Please help

developer
- 92
- 7
1
vote
2 answers
Can we use any javascript framework to build maximo anywhere app
Mobile First supports any javascript Framework like DOJO/Sencha/jQuery/AngularJS. So is it possible to build new maximo anywhere app also through any above mentioned JS Framework?

developer
- 92
- 7