window.setRelationshipProperty Method
Sets visible Relationship property value. This operation will trigger "OnChangeCell" event.Syntax
window.setRelationshipProperty(relID,propName,propVal)Parameters
Name | Type | Description |
---|---|---|
relID | String | Required. Relationship ID. |
propName | String | Required. Property name of Relationship. |
propVal | String | Required. Property value of Relationship. |
Return Value
A Boolean.Returns true if satisfy all below conditions:
- The Relationship and its Related Item exist.
- The property is visible.
- Property value is changed successfully.
See Also
Relationship Window ObjectAras Innovator Client Framework
Comments
Post a Comment