The user is no longer active and the account has been deleted. Obviously, I would normally do something like reporter = "Former Employee", but since the account is no longer active, that is not a solution to my problem. Is there a way to do this??
Thanks
Is the user record truly deleted, as opposed to marked inactive? If he/she is marked inactive, you should still be able to find items they reported by using their user ID, e.g.
reporter = bsmith
as opposed to
reporter = "Bob Smith"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.