I am needing a way, in javascript, to get a count of how many choices a multi-select field has. I don't need how many were selected. Below is what I have so far, I can get a list of the choices, but c...
im creating a conditional multi-select field, the code clears field choices, adds field choices, then loads new record page. I have it working for me, but it doesn't work for non-admin users.