You need to sign in to do that
Don't have an account?

Sequencing Validation Rules
I am loading an excel spreadsheet through API into an object in salesforce. I have validation rules on this object.
When I get back errors on creation of this object, the validation rules seem to be in alphabetical order of field names.
Is there a way of controlling the validation rules sequence so that I can get back the first field in the spreadsheet as the first error?
However, if you write before update, before insert triggers on these objects and replicate the validations - youcan then control which validation to trigger when.