function getDynamicEnitity(entityName, entityId,attributeName)
{
var xml = "" +
"?xml version="1.0" encoding="utf-8"?" +
"soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"" + GenerateAuthenticationHeader()+" soap:Body" +
" Execute xmlns="http://schemas.microsoft.com/crm/2007/WebServices"" +
" Request xsi:type="RetrieveRequest" ReturnDynamicEntities="true"" +
" Target xsi:type="Tar...[ 查看全文 ]