Here is a list of variables you can use in Maximo for queries. Thanks to Alexander for the tip!
- :yes – true
- :no – false
- :&date& – current date
- :&datetime& – current date/time
- :&user& – logged in user
- :&personid& – Person ID of the logged in
- :&appname& – Application name
- :&mboname& – Name of the current business object
- :&ownername& – Name of the owner business object
- :<relationshipname>.<attrname> – Value of an attribute of a related business object of the current business object
- :&owner&.<attrname> – Value of an attribute of the owner business object
- :&owner&.<relationshipname>.<attrname> – Value of an attribute of the related business object of the owner business object
- :$old_<attrname> – The initial value from the database of the attribute
Surprising there isn’t one for current attribute. That would really come in handy for what I’m trying to do at this moment.
In regards to conditional expressions, that is. Not for queries.