19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
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