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
venkateshyadav1243venkateshyadav1243 

Displaying unique Description in quote pdf format

Hi ,
I have one opportunity for one opportunity i can add multiple products.

in my products i have one field descrption,for few products have same descrption .

ex : for one opportunity i added 9 products in this 9 products,3 have descption "AAA"

3  have descption "BBB"

3  have descption "CCC"

i have one preview pdf button in my opportunity for showing the all products details,

right now am fetching all the 9 products descrption in my pdf.
like this format

SR number                        descr

1        AAA
2        AAA
3        AAA
4        BBB
5        BBB
6        BBB
7        CCC
8        CCC
9        CCC


What i need to display in pdf is like this
SN       Description
1          AAA
2
3
4         BBB
5
6        
7         CCC
8
9


Advance Thanks for your help.

Regards
Venkatesh.
Ashish_SFDCAshish_SFDC
Hi Venkatesh, 


Rather than changing the display on the PDF or the quote - we should try changing the same in the record itself. 

If a list has some item similar to anotherthen populate -do- etc. . 

If we can get the requirement in the field then the same will be copied to the Quote or PDF. 


Regards,
Ashish