Hi,
Does anyone knows why we get runtime error while pressing the search in the “Change Order Summary” view?
We have tried to open the Debug Console, and not sure if that was due to the resource file not being loaded:
We don’t get this If we are using the Application Owner.
The details of exception are:
“
Ifs.Fnd.FndSystemException: Explorer: An Unhandled Exception has occurred ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Ifs.Fnd.Explorer.Extenders.SearchExplorerManager.SearchExploreManager.Ifs.Fnd.Explorer.Interfaces.IFndSearchExploreManager.ShowSearchDialog(FndSearchDialogSettings settings, FndClientSearch& clientSearch)
at Ifs.Fnd.ApplicationForms.cDataSource.DataRecordSearchDialog()
at Ifs.Fnd.ApplicationForms.cDataSource.DataRecordQueryDialog()
at Ifs.Fnd.ApplicationForms.cFormWindowBase.DataRecordQueryDialog()
at Ifs.Fnd.ApplicationForms.cFormWindowBase.vrtDataRecordQueryDialog()
at Ifs.Fnd.ApplicationForms.cDataSource.vrtDataRecordQueryDialog()
at Ifs.Fnd.ApplicationForms.cDataSource.DataSourcePopulate(SalNumber nWhat, SalNumber nParam)
at Ifs.Fnd.ApplicationForms.cFormWindowBase.DataSourcePopulate(SalNumber nWhat, SalNumber nParam)
at Ifs.Fnd.ApplicationForms.cFormWindowBase.vrtDataSourcePopulate(SalNumber nWhat, SalNumber nParam)
at Ifs.Fnd.ApplicationForms.cDataSource.vrtDataSourcePopulate(SalNumber nWhat, SalNumber nParam)
at Ifs.Fnd.ApplicationForms.cDataSource.cDataSource_WindowActions(Object sender, WindowActionsEventArgs e)
at PPJ.Runtime.Windows.SalWindow.InvokeWindowActions(WindowActionsEventArgs args, SalContext context, Int32 startIndex)
at PPJ.Runtime.Windows.SalWindow.SendClassMessage(Int32 msg, SalNumber wParam, SalNumber lParam, Type startType)
at PPJ.Runtime.Sal.SendClassMessage(SalNumber message, SalNumber wParam, SalNumber lParam)
at Ifs.Application.Pdmcon_.frmEcoOrderSummaryGraph.frmEcoOrderSummaryGraph_OnPM_DataSourcePopulate(Object sender, WindowActionsEventArgs e)
at Ifs.Application.Pdmcon_.frmEcoOrderSummaryGraph.frmEcoOrderSummaryGraph_WindowActions(Object sender, WindowActionsEventArgs e)
at PPJ.Runtime.Windows.SalWindow.InvokeWindowActions(WindowActionsEventArgs args, SalContext context, Int32 startIndex)
at PPJ.Runtime.Windows.SalWindow.FireWindowActions(Int32 msgCode, IntPtr wParam, IntPtr lParam)
at PPJ.Runtime.Windows.SalWindow.DispatchThenProcess(Message& m)
at PPJ.Runtime.Windows.SalWindow.ProcessWndProc(Message& m)
at PPJ.Runtime.Windows.SalForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--- End of inner exception stack trace ---
”
Did we miss some grants in our permission set? But we didn’t expect to get a runtime exception even if that is the case.
Thanks in advance!