force-app/main/default/lwc/lexQuarterlyReport/lexQuarterlyReport.js
@@ -31,7 +31,6 @@ } connectedCallback() { console.log(this.recordId); init({ recordId: this.recordId }).then(result => { @@ -41,7 +40,6 @@ this.Id = result.Id; this.RecordTypeDeveloperNameC = result.RecordTypeDeveloperNameC; this.EstimateTargetC = result.EstimateTargetC; this.QuarterlyReport(); this.dispatchEvent(new CloseActionScreenEvent());