2 multipleDropdownField configuration issue

Hello community, I have a problem with multipleDropdownField component that should show the list of options depending on the list of selected items in another multipleDropdownField. Then based on selection data should be displayed in Grid. Can someone help the code.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to bhuvanachandrans0001

    Using a!localVariables() this method is now outdated in most use cases.  This is because we have the ability to "chain" local variable values in such a way as to cause the value of one to refresh when the value of an earlier one is updated. 

    The particular advantage of doing things this way is that we don't have to duplicate the code for a single query across 2 or more locations on an interface, which given enough time and complexity, becomes a maintenance nightmare.

Children