PDS - EnterpriseOutlineCodeUpdate

C

clin341

Please help...

I'm having a hard time using the EnterpriseOutlineCodeUpdate. The
documentation says that if there's no UID, it would add the items, however,
when I leave the UID blank, I'm getting a status code of 41 (An invalid UID
was specified.).

Thanks in advance,
CLin

XML Request:
<Request>
<EnterpriseOutlineCodeUpdate>
<OutlineCode>
<UID>205521482</UID>
<Name>Test</Name>
<Warpable>0</Warpable>
<SelectLeafOnly>0</SelectLeafOnly>
<SelectionRequired>0</SelectionRequired>
<Nodes>
<Node>
<UID/>
<Description>Top</Description>
<Value>Top</Value>
</Node>
</Nodes>
<Masks>
<Mask>
<Level>1</Level>
<Type>3</Type>
<Length>0</Length>
<Separator>.</Separator>
</Mask>
</Masks>
</OutlineCode>
</EnterpriseOutlineCodeUpdate>
</Request>
 
G

Gary L. Chefetz [MVP]

CLin:

You should post this question to the project developer group at
microsoft.public.project.developer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top