Hi all,
When I using "get all Tasks" i get all the Tasks from all the tasklist. I want to filter and only display the Tasks of a particular TaskList. How can I do it?
Can I get all the tasks by providing the "TaskList Name" as a parameter ? Plz guide. Our customer requirement in detial.
Our Customer is using zoho projects. In that he creates Milestone (M1, M2, M3) all Milestones have lets say 3 tasklists (M1 = T1L1, T1L2, T1L3 ; M2 = T2L1, T2L2, T3L3..ect). every tasklists has lets say 3 Tasks (T2L1t1, T2L1t2, T2L1t3 for tasklist T2L2)
Now he wants to expose all the tasks under tasklist (T2L2).
we need to expose :
TaskList Name = T2L2
and Tasks = T2L1t1, T2L1t2, T2L1t3
Since the Tasklists (TL) are dynamic and customer can change it anytime he wants, I need to somehow link the TaskList with the DotNet pages I am building so that new tasklists added can be visible here (but that's the problem, my page won't have the new TaskList id untill and unless I send as parameter and link via code). Can I put TaskList Name in textfield and submit it via api and fetch all the tasks ? I hope I made my requirement clear. Any ideas plz plz let me know.