Where're the tasks inside a timesheet?

A

asadim

I have gone through all members of the 3 or 4 Timesheet classes in the
Timesheet Web Service but haven't been able to find anything that represents
a task within each timesheet. How else can I access them?

Also how can I access the tasks of a resource? This question unlike the one
above is not neccessarily about the timesheet tasks.

My development environment is C# but I'm sure anything will be helpul.
 
A

Alex Angas

In the dataset that's returned to you from one of the ReadTimesheet methods,
you should have a datatable called 'Lines'. From that you can use the
TASK_UID column to get the GUID of the task and then use other PSI methods to
get info on that task.

This sounds like a hassle but the reason is because a timesheet doesn't just
contain tasks, but also project-level items or custom entries that users can
create.
 
A

asadim

Yes you are right. I finally had it figured out after hours of
experimenting... Now I'm stuck in reading custom fields... e.g. how to read
task or project CFs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top