Dynamic Bulkifications

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

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

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

    23:45 "Process Builder is evil" - love the brutal honesty, Dan!😃

  • @deepakmotox2veeravalli484
    @deepakmotox2veeravalli484 ปีที่แล้ว

    Truly very informative session. We have implemented similar pattern of dynamically bulkifying the transacations using sobject-work-queue framework with below design goals
    1) Error notification (Email / Case / Slack)
    2) Error retry
    3) Contrlling the executon by prioritizing the transactions
    4) Process the transactions in serial to avoid row lock issues
    5) Defined custom threshold limits to safely halt the processing and resume in the next job
    6) Skip execution of classes to process them later. Ex if the external system is down stop making API calls and resume processing after the external system is up and running.
    The above framework has successfully addressed multiple point of failures in our Salesforce CPQ implementation for Auto Renewals and on top of that, we built an Inbound Integration framework where the external systems will send the data in JSON up to 3 levels of object hierarchy, which then processed by the sobject-work-queue framework based on configurations mapped.

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

    This is a good Integration pattern. I believe this is not a new concept. This is already happening in the Middleware layer. Mule can be configured to perform this 'Dynamic Bulkifications" .

  • @FirstLast-cy8og
    @FirstLast-cy8og 2 ปีที่แล้ว +1

    "Process Builder is evil." It hurts. Process builder was my first crush

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

      Sorry about that

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

    Great Session. 👍 I will cover this in my videos too

  • @FirstLast-cy8og
    @FirstLast-cy8og 2 ปีที่แล้ว

    to think I knew exactly what the solution is as soon as you mentioned asynch apex, I must be getting sharper!

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

    Salesforce already has the number of API calls you can make into the org as 1 Lakh !! Wouldn't we reach this first?, if yes then any better work around