我正在尝试发布从另一个租户导入的Account实体,并在跟踪日志中收到以下消息:
错误:对象引用未设置为对象的实例。 错误消息:对象引用未设置为对象的实例。 源文件:不可用 行号:不可用 请求网址:http://crm1.blablabl.com/tenant/AppWebServices/SystemCustomization.asmx 堆栈跟踪信息:[NullReferenceException:对象引用未设置为对象的实例。] 在 Microsoft.Crm.ObjectModel.OrganizationUIService.LabelLoaderAllLanguages.LoadMetadataLabel(Int32 entityType,字符串属性名,ExecutionContext 上下文) 在 Microsoft.Crm.ObjectModel.OrganizationUIService.LabelLoader.LoadCellLabel(Guid cellObjectId、String cellObjectColumnName、Int32 objectType、String attributeName、ExecutionContext 上下文) 在 Microsoft.Crm.ObjectModel.OrganizationUIService.InsertFormLabels(IBusinessEntity 实体,ILabelLoader labelLoader,ExecutionContext 上下文) 在 Microsoft.Crm.ObjectModel.OrganizationUIService.RetrieveMultipleWithAllLanguages(EntityExpression entityExpression,ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.OrganizationUIHelper.RetrieveInProductionHelper(Int32 objectTypeCode,ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.UsageHelper.CheckForms(Guid attributeId、DynamicMetadataCache mdCache、ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.UsageHelper.GetAttributeUsageInfo(Guid attributeId、Guid relationshipId、DynamicMetadataCache mdCache、ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.UsageHelper.GetEntityUsageInfo(Guid entityId、DynamicMetadataCache mdCache、ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.EntityService.GetUsageInfo(Guid entityId,ExecutionContext 上下文) 在 Microsoft.Crm.Metadata.EntityService.GetUsageInfo(Guid entityId) 在 Microsoft.Crm.Application.WebServices.SystemCustomization.EntityDelete.Execute(IUser 用户,Guid entityId) 在 Microsoft.Crm.Application.WebServices.SystemCustomization.SystemCustomization.DeleteEntity(Guid entityId)