Karsten - Friday, February 2, 2007 10:03 AM:
I want to dynamically assign workflow activity responsibility based on my organization, and who is initiating the workflow process. An example might be for something like an expense report approval, where the request form would be initiated anywhere along the organizational heirarchy, but would need to be routed to the appropriate approvers based on the requestors organizational position. How would I perform the dynamic assignments?RobMcAveney - Friday, February 2, 2007 10:31 AM:
The answer to this depends on a number of factors. For example, what does the Identity structure look like? Is it purely by department, or are there multiple, intermixed hierarchies? In your example, does the expense report item have properties to specify the department and/or approvers? Or is this information derived some other way?
The "Workflow Automation Examples" download (under Projects on this site) provides an example of dynamic assignments based on properties of the controlled item (the expense report in your example). I can provide other examples if needed.