PDS - Modifying a Task

L

Lucas Campos

Hi,
how can I modify a Task using PDS. I found a method called
PeojectTaskCreate, but how can I do to modify it?

Additionally, How can I modify custom fields for a Task?

Thanks

LucasC
 
E

Eran Dvey-Aharon

Lucas Campos said:
Hi,
how can I modify a Task using PDS. I found a method called
PeojectTaskCreate, but how can I do to modify it?

Additionally, How can I modify custom fields for a Task?

Thanks

LucasC

There is no way to modify a task using PDS extension.

You can modify project level custom fields by
<ProjectCodeValuesUpdate> (which is documented wrongly ;-):

<Request>
<ProjectCodeValuesUpdate>
<ProjectID>6</ProjectID>
<Columns>
<Column>
<UID>188744529</UID>
<Value>200000.00</Value>
</Column>
<Column>
<UID>188744729</UID>
<Value>http://www.ynet.co.il</Value>
</Column>
</Columns>
</ProjectCodeValuesUpdate>
</Request>

Hope this helps!

Eran Dvey-Aharon
Database & Middle Tier Group
ProSight Inc.
Work: +972-2-5715222 #138
e-mail: [email protected]
www.prosight.com ; www.eitforum.com
 
Top