force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
@@ -68,14 +68,15 @@ updateRecord({fields: { Id: recordId }}); } showToast(msg, type) { showToast(msg,type) { const event = new ShowToastEvent({ title: "", message: msg, variant: type title: ' ', message: msg, variant: type, mode: 'sticky' }); this.dispatchEvent(event); } } getUserId(userName){ getUserIdByName({ name : userName