Can we change the order of maximo Inbox Assignments in maximo 7.6? I want to change it to ascending order or descending order alphabetically or date wise, whatever the requirement is.
You cannot set a default sort order for this portlet. The data is loaded via java and uses the cached sort order property set by the user by clicking on the column headers.
The only way you can allow for sorting options is to add these columns to the portlet.
or you change the code in psdi.webclient.controls.InboxPortlet and set the sortAttribute and sortType to load a property you can manage in Maximo.
You can view the code easily with JD GUI: http://jd.benow.ca/
Some good information on how to get started with changing java code you can find here: http://maximodev.blogspot.nl/p/java-customization.html