function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harley Hall 7Harley Hall 7 

How to add set products to a Quote using Screen Flow

Hello all,

I am trying to figure out how to use a Screen Flow to add product line item values.

Using a Screen Flow, I want our users to be able to create a quote from the first screen and then add values to each of the defined products from a predertimned price book in the proceeding screens. As said, these products don't need to be added or chosen, they should be predetermined. The user will just need to add the price to each and then on completion, the quote is created with the associated line items and chosen vlaues.

My Flow skills are not great at all and any help would be really appreciated.

All the best.
 

Harley
 

PriyaPriya (Salesforce Developers) 

Hi Harley,

Check this link and implement it :-

https://developingflow.com/2015/04/28/create-line-items-using-flow-learning-flow-2-a/

If it works, please mark it as best answer.

Regards,

Priya Ranjan

A D PA D P
Hi Priya,
I'm trying to create Quote with QuoteLine in Opportunity
I used radio button to select QuoteLine, But While create Quote it is not getting QuoteLine Value in created Quote by Flow.
Please guide.