Dear All,
I have a problem which I cant solve. I have the following scenario:
I have a custom solution. Inside that solution I ahve defined a 1:N / N:1 Relationship between Tasks. So its possible to assign Tasks to a Parent Task and Lookup Sub Tasks from a Parent Task. This is working fine.
Now I have the statuscode field which has different values. I would like to do the following now:
1. I want to create a Workflow which starts when the statuscode Field changes it checks the value and if the value is a "Waiting on Subtask" it continues (That step is clear)
2. It retrieves the Value for the Field "Owner" for the related Subtasks (Tasks where Parent Task = the Task which has the statsucode = "Waiting for Subtask" and have the statuscode notequal "Finished"
3. Sends an Email to All Owners retrieved in step 2
My main question is if its possible to perform such a lookup as described in Step 2? And if so how can I get it done?
Many thanks in advance for your help
Regards
Jake