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

  • @ReyMH123
    @ReyMH123 2 หลายเดือนก่อน

    this is an awesome video, it made it clear for me how to use it with postman, now I just need to learn how to use it from pega, thank you!

  • @VasuUkVlogs
    @VasuUkVlogs 7 หลายเดือนก่อน +2

    Please upload more videos on DX API so that we can learn DX API. And tq so much 😊

    • @Qtometa
      @Qtometa 7 หลายเดือนก่อน

      Sure and there are already 3-4 videos on DXAPI, you can check once.

    • @VasuUkVlogs
      @VasuUkVlogs 7 หลายเดือนก่อน +1

      @@Qtometa Sure 😊

  • @adityab943
    @adityab943 7 หลายเดือนก่อน +2

    Please make videos on multipart form data, how we can create connectors to pega attachment upload APIs

    • @Qtometa
      @Qtometa 7 หลายเดือนก่อน +1

      Ok, I will try to consume upload api from pega.

  • @chandrababun8334
    @chandrababun8334 7 หลายเดือนก่อน +2

    Thanks, Lalit for sharing this useful video.👍
    How to achieve the same requirement between two Pega applications?
    If I want to create a case from Pega App A to Pega App B and pass the document as an attachment to the case then do we need to create this attachments block payload in Pega-API-CaseManagement class. I don't see this payload by default in Pega-API-CaseManagement class.
    Also how to trigger Upload API from one pega application to another Pega application. I mean how to pass the base64 string of the document in the connector request payload?

    • @Qtometa
      @Qtometa 7 หลายเดือนก่อน +1

      Hi Chandra- it will be like normal api, you have to consume those apis and call with 2nd application endpoint. For sending attachment, we need to set value on some ottb attachment page (have done long back) which I need to check and pass that as request for document as document will go as multipart.

    • @Saanvin
      @Saanvin 6 หลายเดือนก่อน

      @chandrababun8334 : Were you able to implement your requirement? I am also stuck at same position.

    • @Qtometa
      @Qtometa 6 หลายเดือนก่อน +1

      @Saanvin Sending Multipart Messages(File) from Pega:Integrating with Pega and Non-Pega Applications via DXAPI
      th-cam.com/video/3_sdB3k_ckI/w-d-xo.html

    • @Saanvin
      @Saanvin 6 หลายเดือนก่อน

      @@QtometaThank you . Let me check the video once

  • @coolguypravara
    @coolguypravara 6 หลายเดือนก่อน

    Hi Lalit, thank you for this video on DXAPI. I have a question here, the fourth api "Create Case with an Attachment" is the one you customised by combining both Create case and Attach URL and Upload file to a Case apis right?

    • @Qtometa
      @Qtometa 6 หลายเดือนก่อน

      Hello, I have not customized just cobmines the two request and it ootb.Pega is excepting both in the request but not mandatory.

  • @LordFury83
    @LordFury83 7 หลายเดือนก่อน +1

    can you create a video on how to create the request Multpupart form data for the first call of api/v1/attachments/upload?

    • @Qtometa
      @Qtometa 7 หลายเดือนก่อน +2

      Will do this weekend.

  • @ReyMH123
    @ReyMH123 หลายเดือนก่อน

    is anybody getting the error using pega 23?
    ,"errors":[
    {
    "ID":"Pega_API_090"
    ,"message":"Invalid attachment details. type, ID, url etc. are required."
    ,"pxObjClass":"Pega-API-Error"
    }
    I checked that it is caused by this function returning false for the pzDoesAttachmentFieldExist in the 8.3 step of activity pzAttachUploadedFileWrapper