Skip to main content

#Platform Events0 discussing

Resources from the Agentforce Ask Me Anything on Build Agentic Experiences with AWS and Salesforce

 

I hope you joined us for the fantastic Agentforce AMA on Wednesday 27 August 2025 featuring developer advocate host @Mohith Shrivastava with product experts @Tyson Read and @Ross Belmont

. They loved answering your questions about Building Agentic Experiences with AWS and Salesforce. If you missed it, don't worry - we recorded the series and our experts have provided some great resources so you can continue your learning! 

 

#Pub Sub API #AWS #Event Relay #Platform Events

1 comment
0/9000

As business requirements continually evolve, developers often face critical challenges in performance, scalability, and system limitations.

As business requirements continually evolve, developers often face critical challenges in performance, scalability, and system limitations. Are you looking for innovative solutions to these pressing issues?

 

Join us for a session where we'll explore real-world challenges and demonstrate how to leverage the power of Platform Events to enhance code quality and boost performance.

 

Thursday, Sep 19, 2024  2:00 PM  (Moscone West, L3, Room 3020)

 

Session Materials

  • Slides attached

 

#Platform Events #Dreamforce2024 #Apex

0/9000

Resources from the Salesforce Developers Ask Me Anything on What’s Coming with Salesforce Eventing

 

I hope you joined us for the fantastic #SFDevsAMA on Wednesday 28 August 2024 featuring @Philippe Ozil with product experts @Raj Advani and @Tyson Read. They loved answering your questions about What’s Coming with Salesforce Eventing. If you missed it, don't worry - we recorded the series and our experts have provided some great resources that our experts for you to continue your learning! 

 

Still have questions? Post them in this thread for our experts!

 

#Ask An Expert #CommUpdates #Integration #Automation #Platform Events #Salesforce Platform

 

@Official: Platform Events @* Salesforce Platform * @Trailblazer Community Cove @Apex Metadata API

1 comment
  1. Aug 28, 2024, 6:29 PM

    Thanks so much for all the great questions, folks! It was great hearing from you

0/9000

We have set up a platform event that looks fine, except for a permissions issue. How do I set up permissions so all users can access the flow that is subscribing to the platform event?

 

#Platform Events

4 answers
  1. Aug 21, 2024, 1:59 PM

    Hi @Frøydis Spillum,

     

    Platform Event is also considered as custom object. You need to give Read permission either in profile or in a permission set and assign the necessary users. I don't think so you need to enable  'Customize Application' permission.

     

    Thank you,

    SrinuSFDC

0/9000

What’s Coming with Salesforce Eventing: Salesforce Developers Ask Me Anything August 2024

 

Learn how events drive automation inside Salesforce and power high scale, real-time integrations that sync data and simplify messaging with external systems. Join host Developer Advocate @Philippe Ozil for a live Q&A with product experts @Raj Advani and @Tyson Read to get all the updates on what’s coming next with Salesforce Eventing.

 

Add to your calendar here: https://www.linkedin.com/events/7224513843622768640/about/

What’s Coming with Salesforce Eventing: Salesforce Developers Ask Me Anything August 2024 Learn how events drive automation inside Salesforce and power high scale, real-time integrations that sync dat

#Integration #Automation #Platform Events #Salesforce Platform #Ask An Expert #SFDevsAMA #CommUpdates @Official: Platform Events

0/9000

Create three objects : 

 1.News letter

 Fields :-

 Name

 Created by

 News__c

 Name

 Owner

 2. Appointment

 Fields :-

 Name

 Created

 date of availability

 Location

 Owner

 3. subscribe__c 

 Fields :- 

 Name

 Email

 Location__c

 subscribed for

 Subscribed email

 Appointment

 

 Subscribe will a junction object and it will be related to both Appointment and News letter in a lookup relationship.

 When the date of availability field is populated on the appointment object the subscriber should get a notification saying the appointment is scheduled for so and so date based on platform event.

 create a platform event and it should send a notification to the subscriber email whenever the date of availability is populated on the appointment object.

How can we achieve this functionality.

 

#Salesforce Developer  #Platform Events  #Salesforce Admin  #Salesforce

0/9000

Resources from the Salesforce Developers Ask Me Anything on The Future of Heroku

 

We hope you were able to join us for the fantastic #SFDevsAMA on Wednesday 29th March featuring @Julián Duque and @Andrew Fawcett. They loved answering your questions about The Future of #Heroku

 

If you missed it, don't worry - we recorded the session and our experts have provided some great resources that our experts for you to continue your learning! 

*To see roadmaps for other Salesforce products take a look at the Salesforce Architects Roadmap Explorer, or the Salesforce IdeaExchange.

 

Still have questions? Post them in this thread for our experts!

 

#Ask An Expert #Heroku Enterprise #Heroku Platform #Heroku Architecture 

2 comments
0/9000

We are trying to determine if we should implement a high volume platform event for a casino gaming floor messages. We will average 12-15 million events per day with spikes to 25M. A significant number of these would be filtered out / discarded and not create anything to do within Service Cloud. Should this be implemented as a high volume PE or as a service in Heroku that would create platform events on the lower volume events? I am hearing from a SF architect that high volume events cannot support these volumes at the present time.

5 comments
  1. Nov 28, 2018, 8:01 PM
    @Joe Harmonnote that your apex trigger/PB may receive up to 2000 (not 200) records per transaction so if there are "bursts", CPU limits may come into play
0/9000

January 25th: ASK ME ANYTHING with Salesforce Developers!

 

Join Salesforce experts @Julián Duque and @Tyson Read for our monthly live feature, Ask Me Anything! If you want to know more about #Event Driven Integration, #Pub Sub API and #Event Relay, this event is for you.

 

Date: January 25th, 2023 

Time: 9am PT / 5pm BST / 6pm CET / 10:30pm IST

Theme: Event Driven Integration

Location: Salesforce Developers YouTube Channel

 

Add it to your Google Calendar here: http://bit.ly/3QuU0y0

January 25th: ASK ME ANYTHING with Salesforce Developers! Join Salesforce experts and for our monthly live feature, Ask Me Anything! If you want to know more about , and , this event is for you.

#Integration @Official: Platform Events @Official: Change Data Capture #CommUpdates #Ask An Expert #Platform Events #Change Data Capture

0/9000

Hi All, is it possible in Salesforce that when an email is sent from the user(either gmail or outlook), it should trigger a platform event in salesforce and when an event happens in salesforce, the platform event connector in Boomi trigger the boomi process and fetch the payload what comes in? #Platform Events #Dell Boomi #Email

3 answers
  1. Apr 27, 2022, 7:13 AM

     Yes. As soon as an the user sends an email the platform event should get invoked. The email will have attachment too. And I need to pass the payload along with the attachment to Boomi. This is the requirement

0/9000