Skip to main content

window.setRelationshipProperty Method (Relationship Window Object)

window.setRelationshipProperty Method

Sets visible Relationship property value. This operation will trigger "OnChangeCell" event.

Syntax

window.setRelationshipProperty(relID,propName,propVal)

Parameters

NameTypeDescription
relIDStringRequired. Relationship ID.
propNameStringRequired. Property name of Relationship.
propValStringRequired. 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

Comments