In the Java Console I am trying to custom filter the subclient field of the Storage Policy Properties associated subclients.
But this issue applies to all the fields in the Associated Subclients tab.
I am trying reassociate some subclients with a new Storage Policy.
I want to filter on “contains” or “ends with” mssql.
Select all the subclients that meet the criteria and reassociate them to the new subclient.
But the conditions in filter are designed for numeric ranges.
- is greater than
- is less than
- is between
The filter condition should be keyed to text values, the same as they are for the operations filed in the job controller.
- contains
- doesn’t contain
- begins with
- ends with
I have noticed this misalignment of filter parameters in other places too.
Is there a way to modify these filter conditions to align properly with values associated with the headings?
This is making this task much more time consuming than it needs to be.
Thanks for reading