2016年4月1日

Dynamics CRM2016 Web API之Use custom FetchXML

摘要: CRM2016中新增的web api支持fetch xml了,之前使用FetchXML的场景是在后天代码中通过组织服务的retrieve multiple方法,但实际的应用效果有多大,还需要在实际的项目中去体会了。 上代码,注意要对fetch xml进行编码 var fet... 阅读全文

posted @ 2016-04-01 14:18 代码王子 阅读(467) 评论(0) 推荐(0)

Dynamics CRM2016 Web API之Create related entities in one operation

摘要: 本篇继续来介绍两个web api的接口,一个是“Create related entities in one operation”即在一步操作中完成主实体的创建加关联实体的创建,一个是“Associate entities on create“即在创建记录的时候填充lookup字... 阅读全文

posted @ 2016-04-01 10:05 代码王子 阅读(140) 评论(0) 推荐(0)

导航