首页 > 其他 > 详细

CRM Fetch报表

时间:2014-07-22 23:00:45      阅读:412      评论:0      收藏:0      [点我收藏+]

//fetch 格式  (enableprefiltering="1" prefilterparametername="CRM_Filteredxd_productionbudget" 过滤条件)
<fetch mapping="logical">
  <entity name="xd_productionbudget"  enableprefiltering="1" prefilterparametername="CRM_Filteredxd_productionbudget">
    <attribute name="xd_crop"  alias="xd_crop"/>
    <attribute name="xd_property"  alias="xd_property"/>
    <link-entity name="xd_productioncostallocation" to="xd_productionbudgetid" from="xd_productionbudget" link-type="inner">
      <attribute name="xd_costallocation"  alias="xd_costallocation"/>
      <attribute name="xd_totalbudget"  alias="xd_totalbudget"/>
      <attribute name="xd_totalactual"  alias="xd_totalactual"/>
      <attribute name="xd_averagebudgetperhactare"  alias="xd_averagebudgetperhactare"/>
      <attribute name="xd_averageactualperhactare"  alias="xd_averageactualperhactare"/>
    </link-entity>
    <link-entity name="xd_property" to="xd_property" from="xd_propertyid" link-type="inner">//实体之间的连接查询
      <attribute name="xd_company"  alias="xd_company"/>
    </link-entity>
  </entity>
</fetch>

CRM Fetch报表

原文:http://www.cnblogs.com/52xiaopeng/p/3522769.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!