Validator javascript does not block save
RTC 6.0.3
I have 2 validator java scripts that are not blocking the save. I have the attribute validation pre-conditioned enabled for my role.
It is displaying the error message if you hover the red x by the attribute but allows the save to go through...
The values in the script is from an customized attribute enumeration in both validator scripts.
I am doing a compare between a delivery value and a Event Value if they don't match
return new Status(Severity["ERROR"], "Validation failed");
However it is still allowing work item to save in both of the validator scripts. Does anyone have any idea why it is not blocking the save. I work in a closed area so I cannot put my script contents in here but my script follows the validator example.
One answer
There are the following causes I would consider: