Unable to search using characteristic as a search criteria in UIM
1. Name (default)
2. Description(default)
3. SIM Type
4. # of SIM available
Now I’ve made a web-service which should ideally return me # of SIM available, if I provide SIM Type value as an XML Request.
The problem is I’m getting the same result irrespective of whatever value of SIM Type I provide.
But if I modify criteria.setName from “SIM Type” to “Name”. I’m getting the correct values for # of SIM available for the corresponding values of inventory group name.
But I want to search through a SIM Type characteristic value rather than the name of the inventory group.