Is it possible to have different options from a dropdown field available depending on the value of another field (where that other field is not a dropdown)?

Hello, I would like to be able to have different options appear from a dropdown field dependent on the value of another field (a TextField and a Relationship field).  I believe this will need to be done through development rather than through Studio.  Any help would be much appreciated.

Parents
  • It is going to be hard to do with a text field where the input can be pretty much anything the user wants to type.
    I've built dynamic dropdowns, where the list of items available is generated by a query or function of some kind, and I've done a multi-select dropdown whose options changed based on another dropdown as well as the standard depended dropdowns in Sugar. And yes, all but the last required some code.


    If you could tell me more about your use-case, perhaps an example, I may be able to help.

    FrancescaS

Reply
  • It is going to be hard to do with a text field where the input can be pretty much anything the user wants to type.
    I've built dynamic dropdowns, where the list of items available is generated by a query or function of some kind, and I've done a multi-select dropdown whose options changed based on another dropdown as well as the standard depended dropdowns in Sugar. And yes, all but the last required some code.


    If you could tell me more about your use-case, perhaps an example, I may be able to help.

    FrancescaS

Children
No Data