M
Matthias Crowe
Hi there!
I'm working on a syncronisation between project and another system.
The problem I have is to test wether a task exist or not. And that only with
the field "name".
Is it possible? And when: how?
Another question:
I recieve an error while using this code:
Call oProject.Parent.setMatchingField("Finish", oTask.getProjectEnd, "Name",
oTask.getID)
Call oProject.Parent.setMatchingField("Start", oTask.getProjectStart,
"Name", oTask.getID)
Call oProject.Parent.setMatchingField("Resourcenames",
oTask.getProjectResponse, "Name", oTask.getID)
Call oProject.Parent.setMatchingField("Duration", oTask.getProjectDuration,
"Name", oTask.getID)
oTask in my own object which contains the name, start, finish, resourcename
and the duration.
the first two lines: no problem, but in the third line (setting the
resourcenames) I get the error.
If I delete the problem line, the code works. Does anyone know why and would
tell me?
Thanks for all ideas and replies.
Greetings
Matthias
I'm working on a syncronisation between project and another system.
The problem I have is to test wether a task exist or not. And that only with
the field "name".
Is it possible? And when: how?
Another question:
I recieve an error while using this code:
Call oProject.Parent.setMatchingField("Finish", oTask.getProjectEnd, "Name",
oTask.getID)
Call oProject.Parent.setMatchingField("Start", oTask.getProjectStart,
"Name", oTask.getID)
Call oProject.Parent.setMatchingField("Resourcenames",
oTask.getProjectResponse, "Name", oTask.getID)
Call oProject.Parent.setMatchingField("Duration", oTask.getProjectDuration,
"Name", oTask.getID)
oTask in my own object which contains the name, start, finish, resourcename
and the duration.
the first two lines: no problem, but in the third line (setting the
resourcenames) I get the error.
If I delete the problem line, the code works. Does anyone know why and would
tell me?
Thanks for all ideas and replies.
Greetings
Matthias