Click or drag to resize

TreefindElementWithBinding Method

Function finds element with type of "elementType" which has a reference on Business Object Item with id "boundItemId"

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function findElementWithBinding();

Return Value

Type: [T:(Any)]
Aras.Modules.CMF.Public.Element
Examples
JavaScript
var cmfElement = inArgs.tree.findElementWithBinding("CMF Element Type Name", "Business Object Item Id");
See Also