Browse By Tags

  • Customize Bills of Materials (BOM)

    Hello, I need to make a new BOM form where the BOM level is only 1 and I need to remove some of the columns that appear in the default BOM form. Also, need to add a logo to the form. Super new to Aras, therefore, if someone can point me in the…
  • Dynamic Dropdown Error

    Hi, I am using example in https://community.aras.com/b/english/posts/tech-tip-dynamically-change-type-ahead-english/ for dynamically populating values for a dropdown at OnFocus event. The form works fine as far as a value is selected from the dropdown…
  • Value of field doesn't change if the field type is itemtype and have onchange event.

    My scenario is after selecting any value in field 'A' which is of item type, I have to set/change the value of field 'B'. so i added a onchange event in field 'A'. like this const inputValue = this.value; window.handleItemChange('field B name', "new…
  • JS in Item view: Why is document.thisItem.node.childNodes modified on lock/unlock?

    While running a method OnFormPopulated, I reference the list document.thisItem.node.childNodes to get an overview of the properties of the current item. This NodeList contains all elements on first load, however, when a lock/unlock action subsequently…
  • 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?