force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1889,10 +1889,11 @@ } } addOptionsLogic(result){ console.log(result); var e = new Map(result); this.jzDataToBeproduct.forEach(item=>{ if(result.get(item.pageObject.PricebookEntry.Product2Id)){ item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id); console.log(e); if(e){ item.Learning_CommunityOptions = e.get(item.pageObject.PricebookEntry.Product2Id); } }); }