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
Anish Mahadik 1Anish Mahadik 1 

Issue in apex clas deployment in prod.

I am getting following errors while deploying code to production but i am not getting any error in sandbox and test environment.
Please find the details below:
System.DmlException: Update failed. First exception on row 0 with id a275000000Vy68ZAAR; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, : execution of BeforeUpdate
Thanks, Anish
Raj VakatiRaj Vakati
Looks like your test class is failing ... please check the test class in sandbox and fix it and include in change set and deploy it