How to Assign a Queue as Record Owner in Salesforce Flow

Поделиться
HTML-код
  • Опубликовано: 27 окт 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.

  • @borgirvspitsah7329
    @borgirvspitsah7329 2 месяца назад

    neat tutorial. clear and concise

  • @johnvargo8050
    @johnvargo8050 9 месяцев назад

    Clear and concise, thank you.

  • @jers1nonly
    @jers1nonly 2 месяца назад

    exactly what I needed! Thanks for the clear video!

  • @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!!

    • @nickfrates
      @nickfrates  Год назад

      That’s awesome, well done!

  • @cthcforlife
    @cthcforlife Год назад

    This helped me greatly. Thanks!

  • @tmfury29
    @tmfury29 4 месяца назад

    EXCELLENT stuff. Super helpful!

  • @chaserGGz
    @chaserGGz 7 месяцев назад

    You are a legend. Thank you!

  • @tenoriovitor
    @tenoriovitor 10 месяцев назад

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

  • @JasonGarcia-b1m
    @JasonGarcia-b1m 7 месяцев назад

    Very helpful. Thanks!

  • @eunjishin2256
    @eunjishin2256 7 месяцев назад

    Awesome!! Thanks!!

  • @syedhussain4930
    @syedhussain4930 Год назад

    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?

  • @revu007
    @revu007 10 месяцев назад

    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?

  • @OlegLitvinov-i4d
    @OlegLitvinov-i4d Год назад

    Very helpful, thank you!

  • @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?

  • @mohanam4521
    @mohanam4521 Год назад

    Thanks for the nice explanation, very helpful

  • @ConniStock
    @ConniStock Месяц назад

    @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. 🤔

  • @TimothyBasham-hs6nk
    @TimothyBasham-hs6nk Год назад

    Really clear . . . thanks!

  • @boblatshaw
    @boblatshaw Год назад

    Perfect, thank you

  • @susannahgriffo4736
    @susannahgriffo4736 Год назад

    Really useful, thank-you

  • @AbulQ
    @AbulQ 2 года назад

    Thank you, nice and easy

  • @KenNYC212
    @KenNYC212 2 месяца назад

    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?

  • @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!

  • @Ninjafatman
    @Ninjafatman 2 года назад

    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.