Is it an upgrade to streaming api or change data capture
@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 Жыл бұрын
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?
@rahulvarma21002 жыл бұрын
How important is order of events, specifically on subscribers?
@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.
@renovoadjuster44022 жыл бұрын
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 Жыл бұрын
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