Why does populate_list does not work on initial product select in the Product Catalog Dashlet?

Hi Everyone,

I had a small query/issue when working on the Quotes creation with the Product Catalog Dashlet. In Sugar 10.2/Sugar 10.3 when we are creating a quote we have quoted line items where the data gets populated on selecting the Product from Product Catalog Dashlet. By default, it copies all stock field data from the Product Catalog to the Quoted line item. When we want to add any custom field in Quoted Line Item and that also to be copied, I have used the populate list function

So we have added the custom field in the quoted line item and added the below code in the Vardefs file.

$dictionary['Product']['fields']['product_template_name']['populate_list']['fieldfromProductCatalog']='fieldnameinQLI';

Note: Want to copy stock field data of Product Catalog to Custom field in QLI.

But this works only when we are searching and selecting the Product in the QLI or change of Product name. But it does not work when we pick the Product from Product Catalog Dashlet to QLI initially. 

Can anyone of the Community people suggest how can we achieve this.

Many Thanks in Advance:)

Poojitha K