When a task in Primavera deleted, it actually isn't removed from database table. delete_date and delete_session_id fields of the row are filled only.
Hence, project.getAllTasks() cannot handle the deleted rows.
I'll update the code based on your notes, but it would help if you could attach an XER file which shows the contents of these columns for a normal task and for a deleted task.
Thanks!
Jon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll update the code based on your notes, but it would help if you could attach an XER file which shows the contents of these columns for a normal task and for a deleted task.
Thanks!
Jon
The code now in CVS fixes this issue.
Jon