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
MrBrianMrBrian 

Very odd bug???

Hello,

I have created a flow that creates an account, opportunity, quote, and quote line items. The flow is activated via a button that activates a VF page that calls the flow. The flow works without error and generates all of the objects, however the quote line items generated in the list view on the quote show the QLIs as the same incorrect product. Oldly enough though, when the link to the quote line item (or opportunity product) is clicked, it goes to the QLI page displaying all of the correct information!

QLI flow creation:
User-added image

Product names displayed in list view under the quote:
User-added image

But the URL points to the correct QLI with the correct name and information:

User-added image

What is going on here?? A bug?

Any help appreciated, thank you.
Best Answer chosen by MrBrian
MrBrianMrBrian
NEVER MIND! I was assigning the wrong PricebookEntryID for all of my QLIs. Just want to leave this up in case someone else experiences the same odd behavior in lists.