My validator checks if there are identical time period records in the database or within those periods when i insert new data.
It fails though when i try to update existing records since i update can be within existing time period.
I'd like to use the same validator for update with small condition within that if the process is Update, skip validating.
Can i get the name of the process?