force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1873,7 +1873,6 @@ }); addOptions({idList: idList}).then(result=>{ console.log('result'); console.log(result); this.addOptionsLogic(result); if(alertExp){ this.Alert(alertExp,'error'); @@ -1890,8 +1889,11 @@ } } addOptionsLogic(result){ console.log(result); this.jzDataToBeproduct.forEach(item=>{ if(result.get(item.pageObject.PricebookEntry.Product2Id)){ var e = result.get(item.pageObject.PricebookEntry.Product2Id); console.log(e); if(e){ item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id); } });