Hi,
We have a user picker that needs to be able to have an "other" option. This is because many of the users won't have accounts as of yet, as we are using SAML.
We have found 2 potential ways of doing this but are unsure on which would be best practice or if there is another option:
1. User a userpickerfield and create a user called "Other"
2. Use a customPickerField with with a rule that gets all users in a group using groupMemebers() and append "Other" to this list. However, due to the fact that we could have over 10,000 user groupMembers() won't return them all so we would need to have a rule that gets the first 10,000 then the next 10,000 and so on using the start index on the paging info.
Thanks,
Niki
Discussion posts and replies are publicly visible
What is the overall objective here? (I ask because it's possible you may be trying to solve the wrong problem). The big picture will help the community understand what you're trying to achieve and possibly offer up other solutions that don't even involve the user picker...