I have a couple of questions.
- Can you assign a user task based on a fields value?
- If so, when using a Windows User does it have to be in the following format "domain\username" or can it just be "username"?
We are trying to assign a task to a supervisor based on the user that is filling out the form. We are passing the users name through the querystring to fill out a field with their name and then doing a database lookup for their supervisors username. There username in the database is currently just the "username" without the domain before it.