Update Multiple Multiple Rows for multiple users

Scenario,

I have classes that can be taken/Recorded. Doing so as a user is no issue.

However, How, as an admin would i go about updating multiple users at once? Updating one by one would take to long.  

What i want to accomplish is

* when i select a class, from a course taken table, and

* i then  select 5 users  to add the class to,

* 5 rows would appear in the course taken table. One for each user.

I have a enumlist with base type ref pointing back to the user table from the Course taken table as well as the class to be taken as just a ref pointing back to the class table ,

Selecting the multiple users only adds a list of users to a single row.  Thats not what i am looking for.

Any Suggestions?

Solved Solved
0 4 295
1 ACCEPTED SOLUTION

For the User table, create an action--potentially with an INPUT function for you to select a class at runtime--and then bulk select multiple users and invoke the action.

View solution in original post

4 REPLIES 4
Top Labels in this Space