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