Example sending request to EnterpriseOutlineCodeUpdate
-
Friday, May 14, 2010 1:17 PM
Hi,
Can someone please help me letting me know how to add and update "Enterprise Global Template - Outline Codes"?
While sending request to Project Server 2003 API Reference - PDS Method - "EnterpriseOutlineCodeUpdate" using following xml i am getting an error "SoapMapper:Restoring data into SoapMapper string failed".
<Request>
<EnterpriseOutlineCodeUpdate>
<OutlineCode>
<UID>1339</UID>
<Name>Project</Name>
<Warpable>0</Warpable>
<SelectLeafOnly>0</SelectLeafOnly>
<SelectionRequired>0</SelectionRequired>
<Nodes>
<Node>
<UID></UID>
<Description>Z Test Information</Description>
<Value>Z Test Information</Value>
</Node>
</Nodes>
<Masks>
<Mask>
<Level>1</Level>
<Type>3</Type>
<Length>20</Length>
<Separator>.</Separator>
</Mask>
</Masks>
</OutlineCode>
</EnterpriseOutlineCodeUpdate>
</Request>Thanks & Regards,
Mitulkumar Brahmbhatt | Please mark the post(s) that answered your question.
All Replies
-
Friday, May 14, 2010 7:26 PMModerator
Hi Mitulkumar,
In the EnterpriseOutlineCodeUpdate PDS method, the <UID> value must be a Field ID, not a value or node ID. See Field ID Values for Enterprise Custom Fields and Outline Codes.
If you have further questions about the PDS or Project Server 2003, you would probably do better to post them to the Project Developer newsgroup.
Thanks,
--Jim- Marked As Answer by Jim CorbinModerator Friday, May 14, 2010 7:26 PM
- Unmarked As Answer by Mitulkumar Brahmbhatt Monday, May 17, 2010 2:09 PM
- Marked As Answer by Mitulkumar Brahmbhatt Wednesday, May 19, 2010 1:45 PM