Role Membership Criteria - change to the "equals" operation question

The role membership critieria for “equals” operation appers to have been converted from stringValue to value, which is a list. The UI now supports a multi-valued entry, which is fantastic. We can eliminate so much wasted json “OR” statements when criteria is something like multiple job codes.

Question - via API, I can load 100’s of values into the list. UI, validation error at 25. Do we need to adhear to the 25 for things to operate as expected, or must we just API update when the lists are long?

I haven’t seen any announcements on this change, but if it supports greater that 25 I have a ton of places to apply this update.

1 Like

According to the documentation, you would need to put them in groups of 25.

Right. I’ve seen that in the documentation and in the UI form validation but am curious if we were to use api to manage the criteria, do we still need to do groups of 25,