• How to set the value of dropdown form field to null, when the field is disabled

    Hi, I have multiple dropdown fields in a form. For example i have 3 dropdown fields called 'list1', 'listA' and 'listB'. Thanks to @Christopher gillis for his blog , i can able to disable 'listB' dropdown field when the value of 'list1' is 'listA' …
  • How to pass Form fields value to Method

    I'm new in Aras Innovator and I need some help with Forms . I have created a simple form with first name and last name and with a Submit button. The button's click event will call a method where I want to use the first and the last name field values.…