force-app/main/default/lwc/lexCreateProduct2Asset/lexCreateProduct2Asset.js
@@ -17,7 +17,6 @@ if (urlValue) { let str = `${urlValue}`; this.recordId = str; console.log(this.recordId); } } } @@ -28,7 +27,6 @@ }).then(result => { if (result != null) { this.Account = result; console.log(this.Account); this.createProduct2(); } }).catch(error => {