Don't close the searchdialog

How can I do when I open the item searchdialog and doubleclick, do not close the searchdialog?
Parents
  • Hi Chris, It's work. But the filter method by different parameter. Can I send self parameter to the searchdialog? Thanks. Ex: var param = { aras: top.aras, type: 'SearchDialog', dialogWidth: 700, dialogHeight: 450, itemtypeName: 'Part', multiselect: true, handler: addRelationshipHandler, sourceItemTypeName: "Part", // <-- The name of your ItemType sourcePropertyName: "dummyForFilter" // <-- The name of your dummy property myparameter:test};   onSearchdilog: var param= this.getProperty("myparameter"); var Filter = {}; Filter["_setting_type"] = {filterValue:"param",isFilterFixed:true}; return Filter;
Reply
  • Hi Chris, It's work. But the filter method by different parameter. Can I send self parameter to the searchdialog? Thanks. Ex: var param = { aras: top.aras, type: 'SearchDialog', dialogWidth: 700, dialogHeight: 450, itemtypeName: 'Part', multiselect: true, handler: addRelationshipHandler, sourceItemTypeName: "Part", // <-- The name of your ItemType sourcePropertyName: "dummyForFilter" // <-- The name of your dummy property myparameter:test};   onSearchdilog: var param= this.getProperty("myparameter"); var Filter = {}; Filter["_setting_type"] = {filterValue:"param",isFilterFixed:true}; return Filter;
Children
No Data