А кто-нибудь с множественным lookup это проделывал? При наложении фильтра на такое поле появляется сообщение:
Microsoft CRM Unhandled Error Details: body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] Microsoft.Crm.Util.ConvertUserFindToLike(String searchValue) +18 Microsoft.Crm.Application.Platform.Data.FetchBuilder.WriteConditionElement(String attribute, String conditionOperator, String conditionValue) +126 Microsoft.Crm.Web.Controls.Lookup.LookupParser.ParseSectionDataSource(Object elementName) +133 Microsoft.Crm.Web.Controls.Lookup.LookupParser.Execute(Int32 objectType) +454 Microsoft.Crm.Web.Controls.Lookup.LookupParser.ExecuteXml(String xml, Int32 objectType) +88 Microsoft.Crm.Web.Controls.Lookup.LookupDataPage.ConfigurePage() +1301 Microsoft.Crm.Application.Controls.AppPage.OnPreRender(EventArgs e) +20 System.Web.UI.Control.PreRenderRecursiveInternal() +62 System.Web.UI.Page.ProcessRequestMain() +1499
Если тип multi меняю на single, то фильтр отрабатывает корректно. Пробовал менять lookupClass - не помогло :-(
Спасибо.
|