• 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…
  • get property list from item type, issue reading the result item

    hello, i want to get a list of names of propreties that start a certain way 'z%'. i've found aml that was supposed to do it, i' made an iom code to recrate that aml (actually creates the right aml). But what i get is only one item, so i want to know…
  • TypeError: Cannot read property 'filed' of underfined

    Hi, When I update data, use type List then error: "display_value_D_oneditstart handler failed with message: TypeError: Cannot read property 'field' of undefined" Please help me, thank you
  • ERROR: dynamic list! Cannot read property 'setState' of undefined!

    Hello all, I'm very new to ARAS, so please help) The goal is to create a dynamic list, which will be filled by the onLoad form event with articles. The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…
  • Creating dynamic list failed! ERROR: "property 'setState' of undefined"

    Hello dear all, I'm very new to ARAS! I'm using ARAS V11SP14 and ... trying to create a dynamic list, which will be filled with articles. The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…
  • Is it possible to have a 3 stage filtered list?

    By default, the filtered list has 1 filter layer hence 2 dropdown options to select from when creating a new Item. However, I would like to have 2 filters: Division > Process > Security measures. What would be the best approach to set this up?
  • 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 set default value to list onformpopulate

    Hi, I've list field on some of the document classifications which is mandatory field, I have to set default value, it is getting set on that field but while saving the document, getting error "Please provide value for mandatory property". Below is…