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