- Work Order Completions and Feedback Process
- Poor Man Scheduling
- Utilizing a field called SITEVISIT
- Grab the first 200 records by using (SQLserver) the Top 200 feature
- Labor Actuals – sometimes you get a ZERO value
- Alter attribute LABEL dynamically
When Maximo limits your work order QUERY to 200 records (and you know you have maybe 2500 to edit) …..
here is a trick to grab the first 200 (or whatever value <= 200) …
and then do something with that “first set of records”, such as, Change Status (and then, re-query).