Wednesday 18 November 2015

Filtering records in maximo

You use List tab in an application to search a particular record based on search criteria mentioned in list tab or advanced search. Hence, you can search for all the approved Work Orders by mentioning status as "APPR" in search criteria, which internally works as SQL LIKE statement. 
If you want to search all the work Orders which are either waiting for approval or are approved, you can mention "WAPPR, APPR" in status field of search criteria, which internally works as SQL LIKE OR statement.
Similaly, you can mention "=WAPPR, =APPR"  or "%APPR%".



Courtesy: An old compilation from Infy Team

No comments:

Post a Comment