Does anyone know if it's possible to do something like this: var PropArray = Array ("Caption", "Visible", "ObjectType"); var ValArray = Array (fieldname, "True", "Client||Edit"); ...
I did not see something like you are asking for. I think you need to write the function to combine two search results into one array skipping duplicated objects by comparing their FullName property.