Are you talking about on a record in Maximo where you are trying to pick something like a work type & sub work type where the sub work type is dependent on work type? Or are you looking for something in the list tab/advanced search dialog?
The first scenario when you're on a record is more straight forward with a concept called a table domain. The second, while possible, I'd be hesitant to do unless you are dealing with custom attributes. I cover the second a bit here: Failure Reporting Search on Work Order Tracking Advanced Search | Maximo with some additional information here: Possible to Filter Lookup based on another field's value in the Advanced Search Dialog Box using Automation Script? | Maximo
The first scenario with table domains there are a lot of blog posts and IBM technotes and such. Bruno does a good breakdown here: MaximoDev - How to correctly define a Table Domain, though there is one thing in his example that I would change. The list where clause is used for filtering and the validation where clause is used for validating the value entered as he mentions. There are some exceptions but almost always, everything in your list where clause should be in the validation where clause. In his example, they only want to show active users which is critical for cron tasks because the user must be active to run a cron task. However, the validation is ensuring the userid exists but doesn't care about the status so if someone types in a value (or loads the data using the MIF), as long as it's a valid user, even if it's INACTIVE it will be allowed. This can lead to scenarios where you have users enter invalid data.
------------------------------
Steven Shull
Naviam
------------------------------
Original Message:
Sent: 03-13-2026 03:16
From: JustIn goodLuck
Subject: Dynamic filteration basis on other fields on additional filter option
Hi Team,
In additional filter option, can we implemented dynamic filteration basis on different field's value ?
I have implemented additional filter option and that is working. but I want this additonal filter option should display data basis on other field value. Main Lookup is working and displaying data basis on different field's value.
Please help.
#Customizations
#EverythingMaximo
#MaximoApplicationSuite
#Mobility
------------------------------
JustIn goodLuck
ABS
------------------------------