This problem was touched on in this topic (community.m-files.com/index.php but I was wondering if anyone has been able to come up with an easier way to output a user's full name using an Event Handler? I've used the below script in the BeforeDeleteObject handler:
sCurrentUser = Vault.UserOperations.GetUserAccount(CurrentUserID).LoginName
but that just gives me the SERVER/username and not the full name of the user. Is there a simple way to do this without having to create a connection to the vault with login credentials?