function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gvgv 

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

 

Message Edited by gv on 02-18-2010 08:42 AM
MattyDHLMattyDHL
trigger code?
homer671homer671

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.