Example sending request to EnterpriseOutlineCodeUpdate
-
2010年5月14日 13:17
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.
すべての返信
-
2010年5月14日 19:26モデレータ
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- 回答としてマーク Jim CorbinModerator 2010年5月14日 19:26
- 回答としてマークされていない Mitulkumar Brahmbhatt 2010年5月17日 14:09
- 回答としてマーク Mitulkumar Brahmbhatt 2010年5月19日 13:45