Tech Support > Microsoft Windows > Windows CRM > Retrieve Method
Retrieve Method
Posted by Tina on June 8th, 2004


Hi
I tried using the retrieve method in the SDK to retrive
all incidents for an account. I am not able to retrieve
the title of the case using the retrieve method. Any help
is appreciated.


Tina

Posted by Vinícius Pitta Lima de Araújo on June 9th, 2004


Are you passing the right XML with the columnset for the method?

Try:
string cols = "<columnset>";
cols += ""; //other fields who you want retrieve
cols += "<column>title</column>";
cols += "</columnset>";

See
http://msdn.microsoft.com/library/en...a/incident.xml
for more deitails.

[]'s
Vinícius Pitta Lima de Araújo

"Tina" <anonymous@discussions.microsoft.com> escreveu na mensagem
news:1a01c01c44d92$f2a610b0$a001280a@phx.gbl...



Similar Posts