如何将创建的web应用程序集成到MSCRM2011中?

Answered 如何将创建的web应用程序集成到MSCRM2011中?

全部回复

  • 2012年4月18日 3:45
     
     已答复

    用这个RetrieveEntityRequest 得到实体的名称然后再去找

    RetrieveAttributeRequest 去找属性值

    RetrieveEntityRequest retrieveBankAccountEntityRequest = new RetrieveEntityRequest
    {
        EntityFilters = EntityFilters.Entity,
        LogicalName = _customEntityName
    };
    RetrieveEntityResponse retrieveBankAccountEntityResponse = (RetrieveEntityResponse)_serviceProxy.Execute(retrieveBankAccountEntityRequest);


    windows live Id :hellohongfu@hotmail.com

    • 已标记为答案 Jemas Yang 2012年4月19日 8:01
    •