We use this to force filter :
var retObj = new Object();
retObj["is_alias"] = { filterValue: "0", isFilterFixed: true };
return retObj;
just the same way, in a method triggered by OnSearchDialog from the related_id property.
I have a question on this routine: are there any other attributes for "inArgs.QryItem.item.setAttribute" (apart from "id" and "idlist"), e.g. to set the sorting order of the search dialog. Or to show the items in the order, given in the "idlist"?
Cheers & Thanks, Michael