Troubleshooting
Problem
The Find option in Maximo lists Job Plans with Revision=0 instead of the highest and latest Revision # for these Job Plan records.
Symptom
In the Job Plans application, please follow the steps below to replicate the issue:
1. Create a Job Plan record JP1.
2. Change its status to Active.
3. Create revision REV1 for JP1.
4. Change its status to Active.
5. In Find option, search for JP1.
It returns JP1 with Revision=0.

However since REV1 is the latest active revision, it should have fetched that.
Resolving The Problem
STEPS:
1. Go to the Application Designer application.
2. Search for the JOBPLAN application.
3. Select JOBPLAN.
4. Click the 'Export Application Definition' icon on the toolbar.
5. Save the jobplan.xml to a temporary location.
6. Open the jobplan.xml with Notepad.
7. Add an orderby="STATUS asc" in the presentation tag on top.
<presentation
apphelp="com.ibm.mbs.doc,jobplan/c_job_plans_application.html"
beanclass="psdi.webclient.beans.jobplan.JobPlanAppBean" id="jobplan"
keyattribute="jpnum" mboname="JOBPLAN" resultstableid="results_showlist"
version="7.1.0.0" orderby="STATUS asc">
<page id="mainrec">
The modified presentation tag should look like below:
8. Save the modified XML file.
9. Go back to the Application Designer application.
10. Click on 'Import Application Definition'.
11. Select the modified jobplan.xml.
12. Go to the Job Plans application and search for JP1 in the Find Option.
The system will return revision 1 of JP1 in ACTIVE status now.
![]() |
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
swg21965038