Hi All,
I have a table where in i need to bind the mdm values to this table.
IPrivateSearchView.ISearchResultsElement rs=wdContext.nodeSearchResults().createSearchResultsElement();
rs.setDOB(record.getFieldValue(fields[0]));
rs.setName(record.getFieldValue(fields[1]));
wdContext.nodeSearchResults().addElement(rs);
here record refers to MDM record from MDM table. when i try to set values as mentioned above its showing error " the method setName(string) is not applicable for the arguments of type MDM value ".
Kindly suggest.
Thanks.
Edited by: prasanthi reddy on Mar 23, 2009 9:59 AM
Edited by: prasanthi reddy on Mar 23, 2009 9:59 AM