Allow search to compare the value of one field against the value of another
Today you can compare a field like SKU against a text string. I would like to compare the value of one field against he value of another field. Specifically I want to create an inventory reorder search. I have a user defined field "reorderthreshhold". I would like to compare reorderthreshhold against instock field and retrieve only those SKUs where the stock is less than my reorder threshold. That way I can export only the SKUs I need to reorder.
This added search capability could be used in many other ways.