Salesforce Composite Connector - Part II | MuleSoft | Composite Request

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Salesforce Composite Connector - Part II | MuleSoft | Composite Request

ความคิดเห็น • 5

  • @shreeyashgujar8780
    @shreeyashgujar8780 2 ปีที่แล้ว +1

    Thanks this helps

  • @sreeram543
    @sreeram543 3 ปีที่แล้ว

    nice video .. will that order constant? if one service call fails and if i want to roll back automatically is it possible?

  • @bhaveymalhotra3212
    @bhaveymalhotra3212 2 ปีที่แล้ว

    what all is mentioned in the headers ?

  • @prashanthkumarbejjarapu8331
    @prashanthkumarbejjarapu8331 2 ปีที่แล้ว

    Hi Jitendra, How do we get URI link for every request ?

  • @bhaveymalhotra3212
    @bhaveymalhotra3212 2 ปีที่แล้ว

    I am getting an o/p of :-
    {
    "compositeResponse": [
    {
    "body": [
    {
    "errorCode": "NOT_FOUND",
    "message": "The requested resource does not exist"
    }
    ],
    "httpHeaders": {},
    "httpStatusCode": 404,
    "referenceId": "refAccount"
    },
    {
    "body": [
    {
    "errorCode": "PROCESSING_HALTED",
    "message": "Execution halted as previous operation (refAccount) was not successful."
    }
    ],
    "httpHeaders": {},
    "httpStatusCode": 400,
    "referenceId": "refContact"
    }
    ]
    }
    I am getting a 404 and a 400 error . Please help me