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
NyshaaNyshaa 

When I am creating a record through process builder I am getting an error.

I had created two process builder, The action to both the process builder should create a record in other object when one record is created in another object.

I.e When I create a record in Object A a process builder should fire and record should be created in Object B and vice cersa.

When I am creating a record I am getting an error and the record is not getting saved.
Error on record detail page.: "Developer Guide. Error ID: 930849216-76377 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76378 (-1005775037)" on record detail page.

I am also getting email as:
Error Occurred During Flow "Record_creation_on_objectA": This error occurred when the flow tried to create...
This error occurred when the flow tried to create records: CANNOT_EXECUTE_FLOW_TRIGGER: We can't save this record because the “ObjA Record” process failed. Give your Salesforce admin these details.
MAX_DEPTH_IN_FLOW_EXECUTION: Maximum flow depth exceeded: flow ObjA_Record is triggered for [a1z2v00000SV1e0] flow ObjB_Record is triggered for [a1y2v000003zGhZ] flow ObjA_Record is triggered for [a1z2v00000SV1e1] flow ObjB_Record is triggered for [a1y2v000003zGha] flow ObjA_Record is triggered for [a1z2v00000SV1e2] flow ObjB_Record is triggered for [a1y2v000003zGhb] flow ObjA_Record is triggered for [a1z2v00000SV1e3] flow ObjB_Record is triggered for [a1y2v000003zGhc] flow ObjA_Record is triggered for [a1z2v00000SV1e4] flow ObjB_Record is triggered for [a1y2v000003zGhd] flow ObjA_Record is triggered for [a1z2v00000SV1e5] flow ObjB_Record is triggered for [a1y2v000003zGhe] flow ObjA_Record is triggered for [a1z2v00000SV1e6] flow ObjB_Record is triggered for [a1y2v000003zGhf] flow ObjA_Record is triggered for [a1z2v00000SV1e7] flow ObjB_Record is triggered for [a1y2v000003zGhg]. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76363 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76364 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76365 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76366 (598868845).

Please help me.

Thanks in advance!

RituSharmaRituSharma
Its seems that execution(Code and Process Builder) is stuck in loop. May be update on one object is firing events of other object and that in return is firing the events of original object again.
NyshaaNyshaa
How can I resolve this error.
RituSharmaRituSharma
2 ways you may move forward:
1. Analyse the triggers/flows/Process builders and Workflows on the objects that are getting updated in the context
2. Debug the logs

This issue is specific to customizations done in your org and you/your team would be the best people to solve it.
NyshaaNyshaa

I think I am getting this error as I am having the same criteria on both the objects of create a record when a record is created.
Do I have to create a process builder on one object and a trigger on the other to achieve this.

RituSharmaRituSharma
It does not make a difference if you have process builder or trigger. The idea is that if event on A object is causing an event on B object then in return event on B should not fire event on A again. Because if that happens then it might cause a loop in execution.
NyshaaNyshaa
This is what is happening, The above statement of yours is stopping the execution and failing to create a record. Is there any other way through which I can achieve my requirement.
NyshaaNyshaa
Can I eliminate both the process and execute my requirement in only one process builder as there is a master detail relation between the two objects.
 
RituSharmaRituSharma
Yes, you can try that way. I hope that would work. Honestly, I won't be able to really help much until I see all the processes and logs.
mauli blesmauli bles
Hey all,
I have a master object M and child object C. I want to create a C record whenever I populate a specific field on M.
This is basic Process Builder functionality, right? A Flow seems unnecessary to me but I don't know. I haven't been able to make this work due to errors involving another active process on the child object. I keep getting the "unhandled fault has occurred in this flow" emails upon testing.
Is there a trick to this process that I'm missing, or a tutorial or something that might help me debug? Thanks a
aksar hilsaksar hils
This error occurred when the flow tried to create records: CANNOT_EXECUTE_FLOW_TRIGGER: We can't save this record because the “ObjA Record” process failed. Give your Salesforce admin these details.
192.168.0.1 (https://19216801.onl/)
aksar hilsaksar hils

I had created two process builder, The action to both the process builder should create a record in other object when one record is created in another object.192.168.0.1 (https://19216801.onl/)