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

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

Toate mesajele

  • 18 aprilie 2012 03:45
     
     Răspuns

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

    RetrieveAttributeRequest 去找属性值

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


    windows live Id :hellohongfu@hotmail.com

    • Marcat ca răspuns de Jemas Yang 19 aprilie 2012 08:01
    •