force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.js
@@ -17,13 +17,20 @@ inputChange(event){ this.inputValue = event.detail.value; this.dispatchEvent(new CustomEvent('inputchange', { this.dispatchEvent( new CustomEvent('inputchange', { composed: true, bubbles: true, cancelable: true, detail: { data: {recordId:this.recordId,fieldName:this.fieldName,inputValue:this.inputValue,showType:this.showType} data: { recordId: this.recordId, fieldName: this.fieldName, inputValue: this.inputValue, showType: this.showType } })); } }) ); } }