Matrix Version:
Hi,
How would I approach the following:
- List all users under a user group
- That list is also a form which allows me to display drop down menus (select) for the admin to change values
- Press submit and update all the metadata for those listed users
ex:
NAME DEPARTMENT TRAINING DATE ACTIVE
----------------------------------------------------------------------------------
Bob IT [none] [-]
Serge IT [intranet] [2017-06-16]
Felix HR [intranet] [2016-01-01]
....
Celine Accounts [intranet] [2017-03-02]
[SUBMIT]
So what is within bracket in the listing would be sourced from the user type asset metadata field into a select / drop down menu, and on submitting that form, update all the users metadata.
I don’t necessarily need the details but just pointers. Would I use a custom form with a trigger? Or is that just doable through using the Javascript API? Do you have any example of something close to this that I can look at?
Thanks