• aksar hils
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
I am trying to integrate Salesforce and Microsoft Teams and get  All meetings and calendar events into salesforce and store the details into a custom object.

I have registered an application on the Azure portal and followed these steps from this link: https://docs.microsoft.com/en-us/graph/auth-v2-service?view=graph-rest-1.0

I have the client id, secret key, tenant id, and also able to generate an access token and get the user details using the HTTP method request.setEndpoint('https://graph.microsoft.com/v1.0/users');

Is there any way to get the calendar events and all the meetings created in the meeting app?

 

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!

  • October 28, 2020
  • Like
  • 0