Example for EnterpriseFieldUpdate method in EDM

T

Thomas

Hi,
does anybody have the EnterpriseFieldUpdate method in EDM? it is giving me errors in creating the outline code. please let me know. Appreciate your time in answering this question.

Here is my request

<Request>
<EnterpriseFieldUpdate>
<OutlineCode>
<UID>205521482</UID>
<Nodes>
<Node>
<Value>MybusinessGroup</Value>
</Node>
</Nodes>
<Masks>
<Mask>
<Level>1</Level>
<Type>3</Type>
<Length>Any</Length>
<Separator>.</Separator>
</Mask>
</Masks>
</OutlineCode>
</EnterpriseFieldUpdate>
</Request>

I am getting the following response from server

Component: ConnectSvc
File: C:\Office\dev\project\WebClient\source\server\connectorsvc\connectorsvc.cpp
Line: 426
Description: <Description><Reply><AllSucceeded>0</AllSucceeded><Conversations><Conversation Type="Project Checkout"><Request><ProjectsCheckout><Project><ProjectType>2</ProjectType></Project></ProjectsCheckout></Request>
<Reply><HRESULT>0</HRESULT><STATUS>0</STATUS><UserName>Hari Yerram</UserName></Reply>
<Summary><STATUS>0</STATUS><HRESULT>0x0</HRESULT></Summary></Conversation><Conversation Type="UpdateOutlineCode"><Context><UID>205521482</UID></Context><Request><EnterpriseOutlineCodesHierarchical><CodeFields><CodeField>205521482</CodeField></CodeFields></EnterpriseOutlineCodesHierarchical></Request><Reply><HRESULT>0</HRESULT><STATUS>0</STATUS><UserName>Hari Yerram</UserName><OutlineCodes><MaxUsedCodeUID>392</MaxUsedCodeUID><OutlineCode><UID>205521482</UID><Name></Name><Warpable>0</Warpable><SelectLeafOnly>0</SelectLeafOnly><SelectionRequired>0</SelectionRequired><Nodes/><Masks><Mask><Level>1</Level><Type>3</Type><Length>0</Length><Separator>.</Separator></Mask></Masks></OutlineCode></OutlineCodes></Reply>
<Request><EnterpriseOutlineCodeUpdate><OutlineCode>
<UID>205521482</UID>
<Masks>
<Mask>
<Level>1</Level>
<Type>3</Type>
<Length>Any</Length>
<Separator>.</Separator>
</Mask>
</Masks>
<Nodes><Node><Value>MybusinessGroup</Value></Node></Nodes></OutlineCode></EnterpriseOutlineCodeUpdate></Request><Reply><HRESULT>0</HRESULT><STATUS>7</STATUS><UserName>Hari Yerram</UserName></Reply>
<Summary><STATUS>7</STATUS><HRESULT>0x0</HRESULT></Summary></Conversation><Conversation Type="Project Checkin"><Request><ProjectsCheckin><Project><ProjectType>2</ProjectType></Project></ProjectsCheckin></Request><Reply><HRESULT>0</HRESULT><STATUS>0</STATUS><UserName>Hari Yerram</UserName></Reply>
<Summary><STATUS>0</STATUS><HRESULT>0x0</HRESULT></Summary></Conversation></Conversations></Reply></Description>
 

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