1

私は CRM 365 を初めて使用します。過去 2 日間から多くのケースを作成していたので、電話からケースへのビジネス プロセス フローを編集してみました。それ以来、新しいケースを作成するか、ケースを表示しようとすると、クエリ ビルダー エラーが発生します。ダウンロードしたテキスト ファイルには、「'Incident' entity does not contain attribute with Name = 'IncidentResolution_LinkControl'.」というメッセージが指定されています。

コンテキストは Dynamics CRM 365 です。誰か助けてください。

以下のテキストファイル:

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3BA08A21Detail: 
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
  <ActivityId>3ce940dd-a4a8-4e61-a4da-051a35f5ab9e</ActivityId>
  <ErrorCode>-2147220970</ErrorCode>
  <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
  <Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3BA08A21</Message>
  <Timestamp>2016-12-22T06:10:30.7389644Z</Timestamp>
  <ExceptionSource i:nil="true" />
  <InnerFault>
    <ActivityId>3ce940dd-a4a8-4e61-a4da-051a35f5ab9e</ActivityId>
    <ErrorCode>-2147217149</ErrorCode>
    <ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
    <Message>'Incident' entity doesn't contain attribute with Name = 'IncidentResolution_LinkControl'.</Message>
    <Timestamp>2016-12-22T06:10:30.7389644Z</Timestamp>
    <ExceptionSource i:nil="true" />
    <InnerFault i:nil="true" />
    <OriginalException i:nil="true" />
    <TraceText i:nil="true" />
  </InnerFault>
  <OriginalException i:nil="true" />
  <TraceText i:nil="true" />
</OrganizationServiceFault>

ここに画像の説明を入力

4

1 に答える 1

0

最後のステップを削除して別のステップに置き換えることで、これを解決しました。(ケースを解決しない) . むしろ、CSAT 調査ステップを追加しました。

于 2016-12-22T13:22:07.320 に答える