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

Sdílet
Vložit
  • čas přidán 24. 01. 2023
  • Join experts Julian Duque and Tyson Read for our monthly Ask Me Anything! This 1-hour session on Platform Events, Change Data Capture, and EventBus is your chance to get the answers and resources you need to succeed. Also, join our community: sforce.co/3HREqHy
    Connect with Salesforce Developers:
    Website: developer.salesforce.com/
    Facebook: / salesforcedevs
    Twitter: / salesforcedevs
    LinkedIn: / salesforce-developers
  • Věda a technologie

Komentáře • 8

  • @AnnaSzabo
    @AnnaSzabo Před 6 měsíci

    Thank you, team, I passed the exam today

  • @renovoadjuster4402
    @renovoadjuster4402 Před rokem

    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  Před rokem

      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 Před rokem

    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 Před rokem

    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 Před rokem

    Is it an upgrade to streaming api or change data capture

  • @rahulvarma2100
    @rahulvarma2100 Před rokem

    How important is order of events, specifically on subscribers?

    • @SalesforceDevs
      @SalesforceDevs  Před rokem

      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.