Client Script: Any plans to add support for multi-select field with onChange

Client Script: Any plans to add support for multi-select field with onChange

Client Script is fantastic and the documentation lists multiselect form fields as unsupported. Just wondering if there are any plans to make this a supported field.

2. Field Event 

  • onChange - This event occurs when you enter value or update value for a particular field on the create/clone/edit page of the selected module. For example, consider a client script configured for create page of Accounts module with onChange field event on the field Phone. The script runs only when the user enters value for the field Phone in create page.

Unsupported Field Types

  • Multi-Select Lookup
  • File Upload
  • Image Upload

Thanks