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. Otherwise, returns false. See Also Relationship Window Object Aras Innovator Client Framework
Programming notes from a non-expert guy who keeps learning in various applications.