I have an event (onSearchDialog) within a property from a Relationship Type. How do i get a value from the relationship properties for the row selected.

I have an event (onSearchDialog) within a property from a Relationship Type. How do i get a value from the relationship properties for the row selected.

The method I have now only works on getting a value from the parent.

var sid = top.thisItem.getPropertyAttribute("customer","keyed_name");
var retObj = new Object();
retObj["customer_sid"] = { filterValue: sid, isFilterFixed: true };
return retObj;

Parents Reply Children
No Data