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:
|
See Also
Relationship Window ObjectAras Innovator Client Framework
Comments
Post a Comment