Is it possible to filter (or find) task UIDs based on the WBS field, using the PSI? Thanks!
T tfz May 15, 2007 #1 Is it possible to filter (or find) task UIDs based on the WBS field, using the PSI? Thanks!
J Jim Corbin [MSFT] May 21, 2007 #2 Use the Project.ReadProjectEntities Method ( http://msdn2.microsoft.com/en-us/library/websvcproject.project.readprojectentities.aspx ) to get a ProjectDataSet. The TaskDataTable includes TASK_WBS and TASK_UID. See http://msdn2.microsoft.com/en-us/library/websvcproject.projectdataset.taskrow.task_wbs.aspx. --Jim
Use the Project.ReadProjectEntities Method ( http://msdn2.microsoft.com/en-us/library/websvcproject.project.readprojectentities.aspx ) to get a ProjectDataSet. The TaskDataTable includes TASK_WBS and TASK_UID. See http://msdn2.microsoft.com/en-us/library/websvcproject.projectdataset.taskrow.task_wbs.aspx. --Jim