SmartClient Version: v10.0p_2014-12-17/EVAL Deployment (expires 2015.02.15_07.40.12) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Hello, I'm using a 'isUnique' validator with a criteriaFields specifying 3 fields and it works flawlessly while adding a record to a grid.
But when updating a record, if I modify only one of those three fields, the other two aren't submitted (as usual when updating records of a grid), and the select query to check for uniqueness is formed using nulls for those two fields.
Is it expected behavior that the validator can't handle this use case? Or is it a bug?
Hello, I'm using a 'isUnique' validator with a criteriaFields specifying 3 fields and it works flawlessly while adding a record to a grid.
But when updating a record, if I modify only one of those three fields, the other two aren't submitted (as usual when updating records of a grid), and the select query to check for uniqueness is formed using nulls for those two fields.
Is it expected behavior that the validator can't handle this use case? Or is it a bug?
Comment