I have a page type with a field that uses a uniselector. I have the 'where' condition restricting to a single type of document. I'd like to also be able to restrict the uniselector to only allow a maximum of 3 documents.
Sadly by default it doesn't have the ability to limit the # of items selected. You often have to put some form of Field Validation rule that checks for the delimiter. (ex if you have 123|234|345 then you have X-1 delimeters found)
Please, sign in to be able to submit a new answer.