Maximo has the ability to display internal help about the field by pressing ATL + F1 or ALT + i. But sometime, I would like to know the length of the field with the Object, Attribute and remarks field. This can be achieved by making some changes in the jsp.
Navigate to the below location.
<SMP>\maximo\applications\maximo\maximouiweb\webmodule\webclient\components\fieldhelp.jsp
Below is the change you need to make in the fieldhelp.jsp. Make sure to take back up of the fieldhelp.jp
String helpRemarks = fhComponent.getProperty("remarks")+".{"+fhComponent.getProperty("length")+"}";
After making the change, you need to build and deploy.
No comments:
Post a Comment