I'm looking for a method to set the default value of multiple columns in the filter toolbar with JSON
.
I know I can use the defaultvalue
option in searchoptions, but I want to be able to set the filter with a json string
.
My json string:
{"groupOp":"AND","rules": [{"field":"PART_AFFILIATION","op":"eq","data":"PART-M"},{"field":"STATUS","op":"eq","data":"Active"}]}