I have a grid for a list of Work Orders and I have 3 different hyperlinks setup from that grid to go to a Work Order (one of the 3 Work Order screens) screen based on the field Work Order Type on the grid.

Hyperlinks I have - 1) Admin Work Orders 2)Engineering Work Orders 3)Maintenance Work Orders
3 Work Order screens - Maintenance WO, Admin WO, Engineering WO
Work Order Type - Condition field - if WOType = 'ADM' - remove 2 hyperlinks from the list - Keep only Admin Work Orders hyperlink, If WOType = 'ENG' - remove 2 hyperlinks from the list - Keep only Engineering Work Orders hyperlink, else keep Maintenance Work Orders hyperlink.
Any solution will be appreciated.
Regards,
V