Can you help me with my task: I'm creating a view/edit InfoPath form, using InfoPath Designer, for a task list where a workflow creates tasks.
In the workflow I change this:
createTask1_TaskProperties1.TaskType
How can I change the view of the InfoPath form from workflow code?
For example:
view1 if createTask1_TaskProperties1.TaskType = 1;
or
view2 if createTask1_TaskProperties1.TaskType = 2;