How to Assign a Queue as Record Owner in Salesforce Flow

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 29

  • @markneill5540
    @markneill5540 Рік тому +1

    Saved me today...was trying to use the queueID as the owner and you showed me its the GROUP id...thanks a lot!

  • @russellweaver9661
    @russellweaver9661 Рік тому

    One of, if not the best, Flow instructional video I have watched. Easy to follow, with explanations and examples to show where, why, and what to get to the final product.

  • @jers1nonly
    @jers1nonly Місяць тому

    exactly what I needed! Thanks for the clear video!

  • @borgirvspitsah7329
    @borgirvspitsah7329 22 дні тому

    neat tutorial. clear and concise

  • @jazz7148
    @jazz7148 Рік тому

    i did a case reassignment flow from this because reopened cases kept going back to original owners even if they were inactive users! Just tested my flow with what you taught in this video and it worked ! I need to do a few more tests just to be on the safe side, but I'm very optimistic and relieved it working so far! Thank you!!

  • @johnvargo8050
    @johnvargo8050 8 місяців тому

    Clear and concise, thank you.

  • @tenoriovitor
    @tenoriovitor 9 місяців тому

    Thanks a lot for sharing this instructions. It helped me a lot and WORKED! Following your channel from now on :)

  • @ConniStock
    @ConniStock 6 днів тому

    @nickfrates curious how to reassign to a queue based on criteria selected in the screen flow? Example: if user selects a specific campaign or type of product in the screen flow, when creating new record assign the new record to a product queue or marketing / data queue. 🤔

  • @chaserGGz
    @chaserGGz 5 місяців тому

    You are a legend. Thank you!

  • @cthcforlife
    @cthcforlife Рік тому

    This helped me greatly. Thanks!

  • @revu007
    @revu007 8 місяців тому

    Hey thanks for the video, it was very useful. I have a question - so do the queue members get notified once a task is been created? if not how do we do that?

  • @tmfury29
    @tmfury29 2 місяці тому

    EXCELLENT stuff. Super helpful!

  • @user-gg3bn2hv6b
    @user-gg3bn2hv6b 6 місяців тому

    Very helpful. Thanks!

  • @CarlosGaviriaM
    @CarlosGaviriaM Рік тому +1

    Thanks for the video Nick. I'm getting started with flows so this goes a long way! Hope you see this question and reply to it: Why do we need the "Find Queue" get records element beforehand? Couldn't we just simply go straight to "Update Task" update record element since all we are doing is updating the records that are NOT owned by the queue?

  • @syedhussain4930
    @syedhussain4930 11 місяців тому

    Hi, thank you for this great video. I was wondering is there a way to create a a flow for queue members to get notified if a task is created for a queue?

  • @KenNYC212
    @KenNYC212 11 днів тому

    Same question as my other post -- can you please show how to do this on multiple *related* records (collection) without using a DML operation inside a loop? The trick is there are 2 things to loop through -- the Queues and the Tasks (or Leads, or other objects in my use case).
    In our case, I want to get all Leads assigned to specific queues (2 of them), then only update a Lead field on the original records that have matching related Email Message that meets a specific filter criteria (i.e. EmailMessage.LastOpenedDate < 7 days ago formula; note you can't use formulas in entry criteria in flow, making this trickier, because you can't specify it in the entry criteria).
    Can you please post how to do this, looping over both objects with filtered criteria, so you're only updating a subset of records related to the 1st object, or only ones that have relationships to the 2nd object (based either off a record-triggered or scheduled flow) and only performing 1 DML operation at the end outside the loop?

  • @eunjishin2256
    @eunjishin2256 5 місяців тому

    Awesome!! Thanks!!

  • @mohanam4521
    @mohanam4521 Рік тому

    Thanks for the nice explanation, very helpful

  • @user-dg1xi9pb4j
    @user-dg1xi9pb4j Рік тому

    Very helpful, thank you!

  • @AbulQ
    @AbulQ Рік тому

    Thank you, nice and easy

  • @djamburere
    @djamburere Рік тому

    Hi Nick!
    Thanks for the video.
    I have a use case for the queue members to be able to view the tasks in their home page component "Today's Tasks" or at least be able to see the tasks as "assigned to me" or "assigned to my team".
    Any idea how to achieve this? 🤔
    Thanks in advance!

  • @TimothyBasham-hs6nk
    @TimothyBasham-hs6nk Рік тому

    Really clear . . . thanks!

  • @susannahgriffo4736
    @susannahgriffo4736 Рік тому

    Really useful, thank-you

  • @boblatshaw
    @boblatshaw Рік тому

    Perfect, thank you

  • @Ninjafatman
    @Ninjafatman Рік тому

    Thank you

  • @stuart1458
    @stuart1458 Рік тому

    Disappointing It only works for a single queue

    • @nickfrates
      @nickfrates  Рік тому +2

      You can use a Get Records element to query for multiple queues and use them for multiple records in the Flow. You can also leverage a formula or decision element in the flow to route one record to a specific queue out of many based on criteria you define.