Salesforce Bulk API V2 - Create job and Retrieve job failed results - Mule 4

Поділитися
Вставка
  • Опубліковано 29 сер 2024
  • Salesforce & Mulesoft Integration
    ***************************************************************************************
    Links for other videos:
    Dataweave: • DataWeave
    Flow Control: • Flow Control
    Mule scopes: • Mule Scopes
    Mule Basics & Miscellaneous : • Mule Basics
    Error Handling: • Error Handling
    File Module: • File Module
    Object Store: • Object Store
    Database : • Database Module
    VM Connector: • VM Connector
    Batch Processing: • Batch Processing
    Salesforce & Mulesoft Integration: • Salesforce - Mulesoft ...
    HTTPS (1 way SSL & 2 way SSL): • HTTPS
    Munits (created Manually): • Munits
    Transaction Management: • Transaction Management
    Alerts & Monitoring: • Alerts & Monitoring
    Anypoint MQ: • Anypoint MQ

КОМЕНТАРІ • 20

  • @anirbanchatterjee4585
    @anirbanchatterjee4585 Рік тому +1

    Thank you

  • @praneethkumar333
    @praneethkumar333 3 роки тому +2

    Thank you Bro

  • @Bharath_Nandhu
    @Bharath_Nandhu Місяць тому

    What is the maximum number of records that create bulk job api v2 can create successfully at a time

  • @rameshchandersingh1426
    @rameshchandersingh1426 Місяць тому

    Hi at 22.08sec why are we getting id as empty it should give the failure Records ids

  • @samsam-ei8ss
    @samsam-ei8ss Рік тому

    Great video, can you make video on salesforce channel listener, salesforce replay listener connectors with demo?

  • @astarfullofskies8735
    @astarfullofskies8735 2 роки тому

    Thank you for the video!!
    I have a question, but im not sure it can be answered easily.
    Suppose that you are streaming the records toward the Salesforce Bulk API Connector, for example, you are using a non repeatable streaming strategy.
    Are the records consumed as stream , or are the record "loaded all in memory" and then upserted in bulk toward salesforce?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому

      @Path2code
      help.mulesoft.com/s/article/How-To-Enable-Streaming-with-Salesforce-Create-Bulk-API-Job-v2
      Can you go through this link, if you haven't already gone through it.

  • @mohandalve895
    @mohandalve895 2 роки тому

    Is mapping not needed in this ? By using transformation message

  • @kowshikkumar4918
    @kowshikkumar4918 2 роки тому +1

    Is there a way to upset bulk json data instead CSV....?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому

      Hey Kowshik, As per my understanding it only accepts CSV format. You can test by passing json data... It's all about testing & observation 😊

  • @venkatk161
    @venkatk161 2 роки тому

    Thank you for the video Vijay. This is really helpful. I created a file of 630 records, Using Bulk API, it only created 200 records, others got failed. I tried to get their status using 'retrievefailedjobs', I am getting the 'DUPLICATES_DETECTED:Use one of these records?:--' but I don't have these records present in Contact. Any idea?

  • @Arrow00771
    @Arrow00771 Рік тому

    Can we use lookup in v2 api ?

  • @tanishakhandelwal9680
    @tanishakhandelwal9680 2 роки тому

    Why the NumberRecordsProcessed is displayed as 0 in payload

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому +1

      Because it's a asynchronous process it will respond as "NumberRecordsProcessed" as 0. Please refer this..
      trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_bulk#:~:text=a%20job's%20results.-,Bulk%20API%20and%20Asynchronous%20Requests,back%20for%20the%20results%20later.
      Thanks,
      Vijay Vaka

  • @akashthombare5950
    @akashthombare5950 2 роки тому

    what is max limit of records that can be processed at a time using bulk.?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому

      Hi Akash,
      Please refer this.
      developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/bulk_common_limits.htm

  • @rakesh20077044
    @rakesh20077044 3 роки тому

    Will it accept JSON/Java payloads ? How to identify the failure records bro

    • @IntegrationWorld
      @IntegrationWorld  3 роки тому

      Rakesh, Bulk api accepts only CSV payload and regarding failures i have explained already in this video..