You need to sign in to do that
Don't have an account?
gv
Update failed error
F
Hi,
When I try to modify a field in an object I get this error(which is actually in a trigger).
Update failed. First exception on row 0 with id; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, : execution of AfterUpdate caused by: System.DmlException: Update failed. First exception on row 2 with id; first error: FIELD_INTEGRITY_EXCEPTION, Value does not exist or does not match filter criteria. Click icon to select a value.: []
Pls. let me know how to solve this issue and also if you need more details
I've seen this recently when you use Lookup Filters. Somebody changed the values for a recordtype but the process didn't check if those recordtypes we're being used so the Lookup filter failed.
The key here is the " filter criteria"
So lookat all the lookups in this object and their filters and see which one might be causing it.