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
mahemahe 

CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY

I am getting following error: Update failed. First exception on row 0 with id 0065000000JfoKmAAJ; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, AutoReceiveDeliverable: execution of BeforeUpdate caused by: System.DmlException: Process failed. First exception on row 0; first error
JBabuJBabu

Hi,

 

"AutoReceiveDeliverable" trigger for BeforeUpdate event is failing and in that it is trying to update the object values.

Make sure all the required fields values are provided before the update for that object is called. Also try to trace by placing some debug statements (if needed).

 

Thanks,

JBabu.