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%".
No comments:
Post a Comment