I have a training registration form on which I need to limit the registrations for specific combinations
eg- for role xx and training yy, the max number of registrations allowed should be 30
for role aa and training BN, the max registrations allowed should be 25
can someone help with this urgent need.
Thank you! It worked. How can I use similar validation in a multi-select field. the registration limit is reached only for a specific training in that multi select.
can I populate which training has reached the limit?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure about your data model, but values in multi-select fields can be transformed using transform and join/split functions - see examples on https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The earlier mentioned link shows you how to use the "count" to check.
Or may be I just dont quite understand the question...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.