Clone Quotes In Salesforce Using Flows in 29 Minutes - Tutorial

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

КОМЕНТАРІ • 28

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

    Interested in the managed package? www.1sync.co/quote-clone-sign-up
    Article by Sebastiano: javascript.plainenglish.io/how-to-open-a-record-page-from-salesforce-flow-using-lwc-a8a94bc0c9ba
    Source code: github.com/jawills/Quote-Clone-Flow
    Write up: www.1sync.co/clone-quotes-with-flow

  • @DavidBlanco-k4p
    @DavidBlanco-k4p 8 місяців тому +2

    This is beautiful, man. Well done. I actually built this thing out as you suggested but then realized the managed package is a much more robust version.

    • @JustinWills
      @JustinWills  8 місяців тому +1

      Glad you enjoyed! The managed package has features seen in part 2!

  • @oyedeable
    @oyedeable 4 місяці тому +1

    Thank you very much @JustinWills for this excellent tutorial. I was able to solve a very important task I had.
    Thank you!

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

    That variable "QuoteId From Create Quote" appears out of nowhere at 11:18, and it looks like there's a jump in your video at that same time. This is the exact thing that's stumping me. How do you reference the ID of a record that you're creating within the same flow?

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

      You save the create a record element which allows you to reference this.

  • @nazim9639
    @nazim9639 9 місяців тому +1

    hello bro, im stuck i want to clone accounts and their related contacts, cases and opportunities but i dont know how to manage teh decisions because the flow becomes very big cause i have to check if i should clone each one after each outcome of decision, can you help me with that?

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

      You should write out the workflow of what should happen outside of flow to simplify some of the logic.
      Additionally, you can use sub flows to condense the logic of processes e.g. clone cases of an account is a sub flow that has an input of the account, and a list of cases.

  • @CodyRoyster-o6n
    @CodyRoyster-o6n 8 місяців тому +1

    very simple on the Quote Line Item connections - thank you!

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

    Would love this clone feature but with ability to choose account or opportunity before saving. Often times we need to duplicate a quote or create a template for regular standard quotes for different customers.

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

      This can be accomplished using a screen flow and selecting the opportunity before creating the record.

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

    At 26:24 I'm not sure why you assigned the variable pbe_size to the Quote Line Items Collection instead of the Inactive PriceBook Entry Collection! The decision element is now dependent on the Quote Line Items, disregarding the Inactive PriceBook Entries.

  • @DaveWorkman-m1t
    @DaveWorkman-m1t 9 місяців тому +1

    Great work greatly appreciated.

  • @stephenross5786
    @stephenross5786 4 місяці тому

    This is wonderful!! I am slightly stuck though and not sure what to do now. I followed the tutorial well, and am NOT a programmer at all so luckily got VSCode installed properly and deployed the LWC, but then in the end trying to add it to the End Screen element doesn't work because I do not see it in the Custom section of my components. I'm confused because I thought I followed everything correctly but must have missed something. Help?

    • @JustinWills
      @JustinWills  4 місяці тому

      I would check to confirm that the xml for the LWC is configured correctly. This is how the visibility is controlled.
      I would also refresh the flow builder, because the component will not show otherwise.

    • @stephenross5786
      @stephenross5786 4 місяці тому +1

      @@JustinWills From what I can tell, the XML is correct because I copied it over and I've refreshed the flow builder a few times. I'm stumped!

    • @JustinWills
      @JustinWills  4 місяці тому +1

      @@stephenross5786 If you use the links in the pinned comment, you can use the flow prebuilt.

    • @oyedeable
      @oyedeable 4 місяці тому

      @@stephenross5786 Had the same challenge, solved it by using Save All under File on the VSC.

  • @mcomsto
    @mcomsto 9 місяців тому +1

    You're a genius. This saved me so much time.😀🙏

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

    Finally I am able to create the flow to clone quote with its line items. Thank you Justin. can we give option here which line items we want to clone.

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

      Yes this is possible, you would want to display the line items in a screen flow, then select which line items. From there take the line items and add to the new quote.

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

      @@JustinWills can you make a small video just for this part.That would be really helpful.

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

      @@nisha3nov I may be able to do so

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

      @@JustinWills Thank you Justin

    • @NishaKumari-o8u9t
      @NishaKumari-o8u9t Рік тому

      @@JustinWills Justin can you please help me on this. Its one of the use case I am working on.