...
This predicate is used similar to OPFs - it indicates the specific users who should get registered
De-Registration can be used with the User predicate!
The currently existing predicate IsUser can’t take multiple users - Core needs to be extended to a predicate like:
Users(userName1|userName2|…)
which should work similar to ProfileValueIn with multiple values but checking for users. Any user in the list should get registered.
Instructors
Additional Rows
...
This predicate is used similar to OPFs - it indicates who should get registered and not necessarily defining under which circumstances (i.e. expiring certificate, prerequisites).
Remove Instructor does not have any affect on users mentioned in Users row.
The currently existing predicate IsUser can’t take multiple users - Core needs to be extended to a predicate like:
Users(userName1|userName2|…)
which should work similar to ProfileValueIn with multiple values but checking for users. Any user in the list should get registered.