• Drop Down field with better auto completion

    Hi, I'm using ARAS R19. The drop down fields (linked to a list) are very poor and difficult to use on big list. Indeed, on the following list: The user is not able to start to enter "ELEC" to quickly find the expected line. The completion works…
  • 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…
  • How to change a form dropdown list selection using a method

    I've got a form with a few dropdowns that are associated to static lists. I need to drive the selection of the dropdowns to update based upon a graphic that's made of multiple HTML fields (basically a 5x5 grid). - Dropdown1 - Dropdown2 Each grid…
  • How can a dropdown list be filled with values which can be found in an ItemType field

    Hi, is there a way to fulfill a dropdown list when the form is loaded with values that can be found in an ItemType field? I don't want to use the item as a data source.
  • Add DropdownList with values

    I  added a dropdownlist on a form, I am unable to make reference to the dropdownlist object via name or type in Javascript. And the object doesn't seem to exist when viewing HTML source. I am trying to populate the dropdownlist  with some values when…