This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Filtered Search on Relationship Tree

Saurabh T - Wednesday, March 21, 2012 7:03 AM:

I am implementing Tree on Relationship Grid. It is customized HTML page. Added a custom toolbar to tree. 

on click of a Button on Toolbar , I am  Opening Search dialog.

I want to show items related to source item. How can i filter items on  search dialog??

I have list of item Ids,which i want show on search dialog. How can i pass the Ids to params ?

        params = { aras: window.top.aras, itemtypeName: data_source_name, itemContext: undefined, itemSelectedID: undefined, sourceItemTypeName: sourceItemTypeName, sourcePropertyName: undefined };

    var dlgRes = showModalDialog("searchDialog.html", params, "dialogHeight:450px; dialogWidth:700px; status:0; help:0; resizable:1");

 Thanks ,

Saurabh.