How to clear value for list type field
I have a field 'Users' which is a list type field, I added a validation (OnChange client script) for that field to check if email address belongs to particular domain, if it does, then it should be added in the users list, if its not then it should c...