• 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' …
  • Disable value in list

    Hi everyone Quite often we need to disable a value in a list, but previously created items with the value is still valid. Does anyone have a suggestion to a solution? Example: On our Part form we have a dropdown list called "Item Type". A value in the…