force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
@@ -1056,6 +1056,13 @@ console.warn(JSON.stringify(quoteLineItem)); quoteLineItem.forEach(quotltiem=>{ // chenjingwu 20240411 start if(quotltiem.PricebookEntry === undefined){ quotltiem.PricebookEntry = {Product2:{}}; }else{ if(quotltiem.PricebookEntry.Product2 === undefined){ quotltiem.PricebookEntry.Product2 = {}; } } if(quotltiem.ProductCategory !== undefined && quotltiem.ProductCategory !== null){ quotltiem.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; }