How to Add a Lookup Field to a Screen Flow in Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

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

  • @gmorter1
    @gmorter1 11 หลายเดือนก่อน +2

    The video was great! I really appreciate how you went straight to the point! Thank you!

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

      Glad it was helpful. Thank you for watching.

  • @mickpick1984
    @mickpick1984 ปีที่แล้ว +3

    just saved me from a massive headache, thank you

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

      Love to hear that! Just know that we suffer so you don't have to. haha

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

    Really helpful and to the point. Thank you!

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

      Glad it was helpful!

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

    Excellent! Thanks so much.

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

      You're welcome, Lisa. Glad it was helpful!

  • @McKenzieHannan-o5f
    @McKenzieHannan-o5f ปีที่แล้ว +1

    Thanks! What if the lookup field has a lookup filter? I can't get my lookup to work properly in my screen flow because of the lookup filter that exists. I also tried a choice lookup but unable to get that to work either.

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

      That's a good question. I would likely go with the record choice option instead and use a picklist on the screenflow if you don't have too many options.

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

    Thanks Brian, Is there a way to change the lookup view from Recent to some other list?

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

      If you have an idea of what records you want to give the user access to and it's not an overwhelming number, I would use a Record Choice set and a picklist instead of a Lookup component. You can set whatever query parameters you'd like in that Record Choice Set and those will populate as the picklist options.

  • @kunalborkarksb9554
    @kunalborkarksb9554 9 หลายเดือนก่อน

    thanks man love from India

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

      Thank Kunal!

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

    you saved me thanks

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

      We got you 😁

  • @GustavoSeluja
    @GustavoSeluja 11 หลายเดือนก่อน

    Very easy and useful explanation, Brian, thanks. Do you know (perhaps have a video) if a lookup field can be set as with a predefined value on a quick action? If it can't be done, is it possible to do it on a screen flow? You create a child record and want the parent record to be pre-filled, as when you create with the standard New action, ootb. In my use case I'm going back and forth between using an action vs a screen flow to create a new record. Thx!

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

      If the creation of the child record should update the parent record's picklist field, you'll need a flow for that. If you're looking to set a default value for a field on the record being created, you can do that in the settings of the field or through a quick action. Hope that helps!

    • @GustavoSeluja
      @GustavoSeluja 11 หลายเดือนก่อน

      @@Rotiveyep, I got it. Thx.

  • @EricLuu-ui2pu
    @EricLuu-ui2pu ปีที่แล้ว

    Thanks Brian! Is there a way to add default values to Lookup components?
    For example, we have a screen flow on Contacts to lookup the related Account, but if we could just get the account to be the default, it'd save our users from an extra search/click.

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

      You can, but it's a little tricky. Here is an article that walks through the process. You might want to consider using a Record Choice Set with a picklist instead. You can still dynamically populate choices for your user and it gives you a little more control.
      salesforcedad.com/2019/11/01/lightning-flow-designer-set-the-default-value-in-the-lookup-component/

    • @jgoge9920
      @jgoge9920 11 หลายเดือนก่อน

      @@Rotive What about using the "Record ID" field of the Lookup component?

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

    Can we add a default selected value for this lookup field?

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

      Yes, you can. It can either be a single record or a collection depending on the record limit you set in the lookup configuration.

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

    Hi Brian, if I use the lookup field to add products to a ScreenFlow, how do I go about adding the quantity?

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

      Hey Shanna, You can use a lookup to select a product in a screen flow but that will just get you the ID of that product record. If you want to add products to an opportuntiy, you'll need to create an OpportunityProduct Record (a line item). That record uses the ID of the Opportunity and the ID of the product. It's also where you can add quantity.

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

    Why Create New Account option is not showing?

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

      Are you referencing this video or just in general? In general, it's either a permissions issue (you don't have the ability to create accounts), or you set up multiple record types for accounts and now need to specify the record type for the Create New Account action.

    • @anuppatil4515
      @anuppatil4515 2 หลายเดือนก่อน

      @@Rotive No in general, if we add lookup in screen flow, that '+ New Account' option is not visible. I have all permissions.