SYMPTOMS
Unable to create matter in Review.
environmentSystem.Data.Services.Client.DataServiceClientException: <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>522</m:code><m:message xml:lang="en-US">Definition of well known field 'ProductionsOverview' not found</m:message></m:error>
at System.Data.Services.Client.QueryResult.Execute()
at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)
CAUSE
System.Data.Services.Client.DataServiceClientException: <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>522</m:code><m:message xml:lang="en-US">Definition of well known field 'ProductionsOverview' not found</m:message></m:error>
at System.Data.Services.Client.QueryResult.Execute()
at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)
RESOLUTION
Open template .xml file (C:\Program Files (x86)\ZyLAB\EDiscovery\LegalReview\Review_Standalone\Templates)
add the following Field or use the latest .xml template.
Fields: <FieldInfoDto>
<Name>ProductionsOverview</Name>
<FieldType>ManyToMany</FieldType>
<DisplayName>Productions Overview</DisplayName>
<Dictionary xsi:type="DictionaryReference">ProductionsOverview</Dictionary>
<OriginalName>zz_ProductionsOverview</OriginalName>
<IsIndexed>true</IsIndexed>
<IsRequired>false</IsRequired>
<IsFullTextSearchable>false</IsFullTextSearchable>
<IsUserVisible>true</IsUserVisible>
</FieldInfoDto>
WellKnownFields:
<ProductionsOverview xsi:type="FieldReference">ProductionsOverview</ProductionsOverview>
Dictionairies:
<DictionaryInfoDto>
<Name>ProductionsOverview</Name>
<ValueField>
<Size>200</Size>
<IsIndexed>true</IsIndexed>
</ValueField>
<IsHierarchical>true</IsHierarchical>
</DictionaryInfoDto>
Comments
0 comments
Article is closed for comments.