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
0 answers
Managing resources in lookup filter
My client wants to be able to filter jobplans with the selected asset. To be able to do that, I have developped a function that filters the results based on the custom resource jpassetsplink:
filterJobPlansForLookup: function(eventContext){
…
1
vote
1 answer
Unable to find entry in maximo anywhere screen
I added a field in listtext in the actual material details view, but I am not able to see it in screen.
Can you let me know how to add it?

user3870246
- 19
- 5
1
vote
0 answers
Maximo Anywhere - Configuring related objects
I'm having issues completing what I thought would be a relatively easy configuration to one of the Maximo Anywhere apps, allowing users to view a list of records related to (in this case) the workorder object, and selecting one of the records from…

Marcus
- 13
- 4
1
vote
1 answer
How to query message tracking details in maximo
I wanted to query the message tracking details like xml, error message, ect from maximo. I am not aware how to do that, Does anyone have any idea.
Thanks!

user3528745
- 27
- 9
1
vote
1 answer
TPK location on windows file system
I'm doing a proof of concept on a Windows 10 tablet with the Anywhere 7.6.2.1 Work Execution app and am trying to setup offline maps using a TPK file.
The instructions on the product knowledge center state:
For Windows devices, this folder location…

JohnHartin
- 30
- 6
1
vote
0 answers
Server returned HTTP response code: 500 (Worklight)
I am getting HTTP response code: 500 in logs for wladmin user..because of this I am unable to deploy runtime for worklight console
[2/7/18 5:33:39:138 EST] 000000ab ServiceProxy E Received status 500 for GET…

Ajay Kotapati
- 11
- 3
1
vote
1 answer
Making list control read only in IBM Anywhere
I am calling an eventHandler on a list control in app.xml on render event.
The eventHandler calls the method correctly. I want to make the list readonly depending upon flag value.
readOnly : function(eventContext)
{
if (flag==true)
…

Sakshi Joshi
- 21
- 3
1
vote
0 answers
Maximo Anywhere 7.6.1: platform-artifacts folder is missing from the file structure
I am working on Maximo Anywhere 7.6.1.
I get an error trying to clone an app because the script is trying to copy the platform-artifact folder, which is actually not even there under the file structure…

Ramani
- 11
- 2
1
vote
1 answer
Sorting Based on multiple Fields in Maximo Anywhere
I have a requirement where I have to sort the list of downloaded work orders in Work Execution app based on multiple fields. E.g. owner and wonum. I have added below code in app.xml. But it is not working as expected.
Please help me in resolving…

vivek singh
- 11
- 1
1
vote
1 answer
ModelService.Filtered does not return data on mobile device
I am attempting to use the ModelService.filtered function to check for existing records in the Maximo. In this use case, I request data using a filter, and if it returns results I perform additional actions.
The problem that I am having is that the…

fraserd
- 11
- 2
1
vote
1 answer
Child workorder specifications not saving
I am trying to save child workorder specification values and it's not working as intended. Here is what I have been trying to achieve.
I am retrieving list of parent and child workorder together so that flat structure s maintained and filtering the…

Sakshi Joshi
- 21
- 3
1
vote
1 answer
Anywhere Administration application with the Chrome Simulator
I am trying to setup the Anywhere Administration application in Maximo. I have altered worklight.properties with si.adminmode=true in the MobileFirst Studio and done a buikld all. I have also run Anywhere-Admin-Loader allApps.
I can see my apps and…

Sanjog
- 13
- 3
1
vote
0 answers
TypeError: Cannot read property 'get' of null
I have just upgraded to Maximo Anywhere 7.6.1 and in trying to create a follow-up work order from within the Inspection app I get the error below. The strange thing is that I can create a follow-up workorder from the Work Execution app, and as far…

Craig Kokay
- 11
- 3
1
vote
1 answer
Maximo Anywhere - cannot see field added to OSLC Resource
I'm attempting to expose a new field to the OSLCWORKTYPE OSLC object in Maximo Anywhere 7.6.1, specifically in the additionalworktype resource used by the worktype lookup
After following the instructions…

Eugene
- 211
- 2
- 9
1
vote
1 answer
Customization mixin Best Practice for StatusChangeHandler.commitWOStatusChange
I tried the best Practice posted here: https://www.ibm.com/developerworks/community/blogs/a9ba1efe-b731-4317-9724-a181d6155e3a/entry/best_practices_for_customizing_maximo_anywhere_javascript?lang=en
for customizing the…

Bill Wallace
- 13
- 2