force-app/main/default/pages/NewAndEditQIS.page
@@ -557,6 +557,18 @@ if (!{!isNewMode}) { blockme(); QuerySobjectFromAWS(); }else{ let ot = jQuery('input[data-id="OwnerId"]'); let oi = document.getElementById(ot.attr("id")+'_lkid'); ot.val('{!CurrentUserName}'); ot.attr("readonly",""); ot.css("background","unset"); ot.css("border","0"); ot.css( "outline","0"); jQuery('a[data-id="OwnerId"]').remove(); if(oi){ oi.value = '{!CurrentUserId}' } } }); </script>