Event Driven Integration: Ask Me Anything with Salesforce Developers | January 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

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

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

    Thank you, team, I passed the exam today

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

    1. In SF, we have built parameters like Contact, Reporting Standards, Inspection, and many more we wants the ability to add a parameter to any existing section from the UI itself. For example, user should have the ability to create a new parameter like Call authority under Handling Requirements section with fields like TAT, Unit, Additional Information

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

      I’m not sure what you’re working on, but it doesn’t sound like you need to make an event driven system integration. If you’re thinking about adding new fields to an object, I might try these steps: help.salesforce.com/s/articleView?id=sf.c360_a_create_a_custom_field_in_custom-object.htm&type=5

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

    Hello Tyson ,
    Is there any tutorial or detail documentation for Event Relay for AWS . We are looking forward to implement it in one of our upcoming project.

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

    Hi - Thanks for the knowledge full session. Question - Platform events (PE) could be a good use case to replace asynchronous requests(future and Queueable apex)? Why I am asking this is, Asynchronous request (AR) run when resources are available (as per salesforce documentation). If we replace AR with PE, system will process PE quicker, have less run time and better performance?

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

    Is it an upgrade to streaming api or change data capture

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

    How important is order of events, specifically on subscribers?

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

      The importance of event ordering really depends on your use case and what your systems look like. For Salesforce, we maintain event ordering so it’s available for the subscribers that need it.