Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Dynamics crm 2011 获取时返回错误0x80040203_Dynamics Crm 2011 - Fatal编程技术网

Dynamics crm 2011 获取时返回错误0x80040203

Dynamics crm 2011 获取时返回错误0x80040203,dynamics-crm-2011,Dynamics Crm 2011,我正在尝试选择MS Dynamic CRM中的前10条记录“new_region” "<fetch mapping= ""logical"" count=""10"">"+ "<entity name='new_region'>"+ "<attribute name='new_regionid'/>"+ "</entity>"+ "</fetch>"+ 请帮帮我 试试这个 string getRecords = @"<f

我正在尝试选择MS Dynamic CRM中的前10条记录“new_region”

"<fetch mapping= ""logical"" count=""10"">"+ 
"<entity name='new_region'>"+ 
"<attribute name='new_regionid'/>"+ 
"</entity>"+ 
"</fetch>"+
请帮帮我

试试这个

string getRecords = @"<fetch mapping= 'logical' distinct ='true' count='10'>
                                 <entity name='new_region'>
                                  <attribute name='new_regionid'/>
                                   <order attribute = 'new_name' descending = 'false'/>
                                  </entity> 
                                   </fetch>";
string getRecords=@”
";

在插件或javascript中?相同的错误。没有javascriptOk.in-order属性将其重命名为新的\u名称。如果您想按给定架构名称进行排序,也可以删除该名称。决定彻底更改代码时出现相同错误。:
0x80040203
entity Platform input bad entity“new\u region7”同样的错误发送完整的代码,只有我们能尽快解决。请在单独的帖子中回答,谢谢!
string getRecords = @"<fetch mapping= 'logical' distinct ='true' count='10'>
                                 <entity name='new_region'>
                                  <attribute name='new_regionid'/>
                                   <order attribute = 'new_name' descending = 'false'/>
                                  </entity> 
                                   </fetch>";