• How to store properties on Relationship in ARAS?

    I need to store properties like for example - set attribute and it's value on Relationship as we do in 3DExperience. Is this possible in ARAS. If there is any way to store properties on Relationships please pass information in comments. Thanks
  • Getting an item property in onChangedCell from a recently created relationship vs existing relationship

    I'm running a method on the property event "onChangedCell". When the method is called on a newly created related item, the following statement successfully get's the property: var my_item = parent.item.querySelector("#" + relatedID); var my_property…