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
james bondssjames bondss 

APEX Trigger Conflicting Integration Errors


Hello i am james from chicago and I am a website owner business man (http://howisland.com).
The Case object is used by two of our integrations. Only one requires the addition of APEX triggers for proper syncing, and when we only have that one active integration, everything functions as it should. Since the second integration isn't a component of the App the trigger refers to, as soon as we enable it the sync immediately throws errors:
Wendy MillerWendy Miller
Hello, James Bondss

This indicates that there were too many failures in the code executed.
In order to avoid this error, you may have to reduce the batch size.

More information in this link:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_bulk_exceptions.htm

Thanks, https://www.mythdhr.net/
mukesh guptamukesh gupta
Hi James,

Can you please share Error here, After that we can think about solution

Regards