How to Use Lead Assignment Rules with Queues in Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • ⭐️ Want to use Salesforce Flow to automate your business? Join our 2-day live class next week! Use coupon code “TH-camSUB15” to save 15%. www.rotive.io/live-flow-training
    Learn how to use lead assignment rules with queues in Saleforce.
    ▶️ SUBSCRIBE TO OUR TH-cam CHANNEL: go.rotive.io/youtube
    🤖 LIVE SALESFORCE FLOW CLASSES: go.rotive.io/live-salesforce-...
    ⚡️ SALESFORCE COURSES:
    → The Salesforce Reporting Crash Course for Beginners: go.rotive.io/reportingcourse
    → The Pardot (MCAE) Course for Beginners: go.rotive.io/pardotcourse
    → DIY Pardot (MCAE) Implementation Course: go.rotive.io/diypardotimpleme...
    → FREE The Salesforce Validation Rules Crash Course for Beginners: go.rotive.io/validation-rules...
    🍎 VIEW ALL COURSES AT ROTIVE ACADEMY: go.rotive.io/academy
    -------------------------------------------------------
    Rotive is an official Salesforce Partner that helps small businesses automate their processes.
    📍 Visit our website: go.rotive.io/homepage
    👍 Follow us on LinkedIn: go.rotive.io/LI
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @motehrani7553
    @motehrani7553 ปีที่แล้ว +1

    Nice job Brian, Thank you!

    • @Rotive
      @Rotive  ปีที่แล้ว

      Thanks, Mo!

  • @alansifuentes1245
    @alansifuentes1245 10 หลายเดือนก่อน +1

    Nice Brian! thanks

    • @Rotive
      @Rotive  10 หลายเดือนก่อน

      Thanks for watching!

  • @MikeZimmermanOfficial
    @MikeZimmermanOfficial 4 หลายเดือนก่อน

    What would be the best way to match the owner of a newly created lead with the owner of a potentially existing account? Do you have a video on this process?

    • @Rotive
      @Rotive  3 หลายเดือนก่อน

      Hey Mike, I like this idea a lot! I think I'll make a video on it. I would use a Flow instead of the built in lead assignment functionality. That Flow can then query existing accounts to see if one matches specific criteria. Most likely, we'd want to look at the email domain to see if that matches the account's website.

  • @user-kz1zn3hb2c
    @user-kz1zn3hb2c ปีที่แล้ว

    Hi Brian,Is it possible to override the 'Lead Owner' field using automation? If a lead, which is already assigned to someone, reaches a 50+ score threshold, I would like it to be automatically assigned to a Round Robin queue, even if it requires overriding the existing user, especially if that user is not added to the queue.

    • @Rotive
      @Rotive  ปีที่แล้ว

      Hey Fahad, it is possible. You can use Flow to update the owner to a user or a queue at anytime. Pardot automations, however, cannot update the owner of a record once it's been assigned.

  • @motehrani4992
    @motehrani4992 ปีที่แล้ว +1

    Brian, Is there a way to delay lead assignment rules? maybe triggering it whan a lead is ready?

    • @Rotive
      @Rotive  ปีที่แล้ว

      Hi Mo, There isn't a way to delay them through the lead assignment rule interface, but you can create a Flow that assigns the lead. You can then use a time delay or a record triggered flow with specific criteria.

  • @juanlopez-mc2wp
    @juanlopez-mc2wp 4 หลายเดือนก่อน

    Hola, como podría asignar leads a una queue desde el trigger de Lead solo si cumple con un valor especifico a la hora de ser creados?
    de antemano gracias, que excelente contenido!

    • @Rotive
      @Rotive  3 หลายเดือนก่อน +1

      Hey Juan, If the standard Lead Assignment rules aren't robust enough, you can create a Record Triggered Flow to update the owner of the lead with the ID of the queue. In that Flow, you have much more control over the entry criteria.

  • @RMDad358
    @RMDad358 6 หลายเดือนก่อน

    How would you handle team members being Out of Office? Would you recommend updating the lead routing for the short term or would you recommend using a flow?

    • @Rotive
      @Rotive  3 หลายเดือนก่อน

      This is a good question. You can reference user fields in the rule criteria formula, but I'm not sure if this is referencing the current user that triggered the creation of the lead or if it's reference the user that associated with that rule entry. If it's the latter you can use an out of office checkbox on the user record so the formula only evaluates to true when that box is not checked. Here is another helpful resource I found: trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8AjhSAF
      If the standard lead assignment functionality won't do it, I would create a Flow with similar logic. Have it only assign a lead to that person if Out of Office is unchecked, etc.