Browse By Tags

  • Hiding/showing columns in relationship grid based on field values

    How can I hide/show columns in the relationship grid based on the changes in the dropdown box of the parent form?
  • 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…