Set Dynamic Selection on Select Box

SUGGESTED

Hi All,

how do I set dynamic selection for Assigned to field on Create new case form?

For example, When I select Team "Logistic", 'Assigned To' field should only shows the users from Logistic Team only. 

Thank you.

Parents
  • 0

    I wouldn't do an array because you're not dealing with a standard drop down with a user select field. First I'd swap them over just for a better user experience. ie choose team first then user. The user select doesn't populate on the screen until you click on the magnifying glass or start typing but the list of names is preloaded into the DOM. It's that inbuilt filter on the user select that you need to hook into. I'm not in front of my computer at the mo but I'll look later.

    What version of CRM? 

Reply
  • 0

    I wouldn't do an array because you're not dealing with a standard drop down with a user select field. First I'd swap them over just for a better user experience. ie choose team first then user. The user select doesn't populate on the screen until you click on the magnifying glass or start typing but the list of names is preloaded into the DOM. It's that inbuilt filter on the user select that you need to hook into. I'm not in front of my computer at the mo but I'll look later.

    What version of CRM? 

Children