product class-spec mapping queries
This is for OSM 7.3.1 we want to implement a logic that if a product class starts-with a particular string like 'word' then we should be able to map with the particular productspec & it should happen dynamically ?
e.g If a product class='FIXEDNET' & another product class='FIXEDMOB' then is it possible to use starts-with 'FIXEDNET' so that while mapping product class to productspec ,all the products starting with FIXEDNET will be displayed dynamically using COM functionality in OSM & when we want FIXEDMOB then all the products under that will be dispayed?
Do we have this static option of product class-spec mapping here?