随笔分类 - Dynamics CRM 2013
摘要:原文 Performance is slow if the AsyncOperationBase table becomes too large in Microsoft Dynamics CRM - Microsoft Support Symptoms 当您运行 Microsoft Dynamic
阅读全文
摘要:GetService using System; using System.Configuration; using Microsoft.Xrm.Client; using Microsoft.Xrm.Client.Services; using Microsoft.Xrm.Sdk; using M
阅读全文
摘要:获取实体 SELECT * FROM Entity WHERE LogicalName='EntityName' 获取字段名称 SELECT distinct A.name AS 字段名,L.label AS 显示名,AT.description AS 类型, L.ObjectColumnName
阅读全文
摘要:Xrm.Page.data 获取记录的主键Id的值(getId) var Id = Xrm.Page.data.entity.getId(); 获取记录的表的逻辑名称(getEntityName) var entityName = Xrm.Page.data.entity.getEntityName
阅读全文