• Jules Faligot 16
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I've been migrating our code to use Platform Events instead of Streaming API Events, mainly because we're getting close to the 200K/day limits on Streaming, while PEs offer 100K/hr, BUT, if you use cometd clients (like we do in our VF pages) you are limited to just 25K/day! Events are calculatged as #events X #subscribers, so this really adds up fast.

I know I can purchase additional PEs in 100K/day blocks, but can't seem to find any info if I can similarly purchase additional blocks of Streaming API events. Any help/guidance to docs/info will be appreciated. Thank you.
  • April 17, 2018
  • Like
  • 0
Hi Everyone,

I am currently working on a Flow for Field Service Lightning that after a series of questions being asked, updates a record. The problem I am having is that I do not know how to pass the RecordId into my Flow from the record I was on in the Field Service Lightning app. Any help would be appreciated.

Thank you,

Jeremy