Skip to main content

Posts

Showing posts from December, 2018

window.selectRow Method (Tree Window Object)

window.selectRow Method Enters an ItemType main page. Syntax window.selectRow( rowId ) Parameters Name Type Description rowId String Required. The index of TOC Tree item which is concatenated by category value and ItemType name with slash(/). For example, to enter Part, the index is "Design/Part". See Also Tree Window Object Aras Innovator Client Framework

window.newRelationship Method (Relationship Window Object)

window.newRelationship Method Creates a new Relationship, and then insert a new grid row. Syntax window.newRelationship( showSearchDialog , relatedNd , relationshipCallback ) Parameters Name Type Description showSearchDialog Boolean Optional. Specify if show search dialog for users to find and choose Related Item. Default is false. relatedNd Object Optional. Specify Related Item node without user interaction. If "showSearchDialog" is true, this parameter will be ignored. relationshipCallback Object Optional. Specify a callback function which takes below paramters: relNd: the object defined by "relatedNd" parameter. If "showSearchDialog" is true, this parameter will be ignored. See Also Relationship Window Object Aras Innovator Client Framework

window.addRow Method (Relationship Window Object)

window.addRow Method Inserts a grid row by Relationship node. Syntax window.addRow( relationshipNode , relatedItemNode , markDirty ) Parameters Name Type Description relationshipNode Object Required. Relationship node. relatedItemNode Object Optional. Related Item node. markDirty Boolean Optional. Unknown purpose and can be ignored due to not used in function. See Also Relationship Window Object Aras Innovator Client Framework