I have an Inbaskets widget that I wired to a Case List widget. When I click a column in the Inbaskets widget, I am getting a TypeError instead of the CaseList getting populated from the query I am executing by selecting the Inbaskets column. the error is as follows:
Method: IWidgetWrapper._handleEventInternal - Message: widget: MC0A804086DB7F0621F5AC7D4936CDA000093, eventName: com.ibm.ecmwidgets.acm.SearchCases, HandleEventException: TypeError: sql is undefined
Topic
-
Re: TypeError when wiring the Inbaskets widget to the Case List widget.
2011-12-22T16:16:48ZThis is the accepted answer. This is the accepted answer.
ERROR: TypeError: sql is undefined
This often happens when the data types of field(s) wired do not match. In this case it appears one end of the wiring (SQL) is undefined. Check the types of the wired elements. -
Re: TypeError when wiring the Inbaskets widget to the Case List widget.
2013-07-24T04:32:42ZThis is the accepted answer. This is the accepted answer.
I'm getting the same error when I tried to add CaseList widget on Work Details page to display the cases with same property as that of the opened case.
Is this resolved. If so can someone please let me know the issue and the solution.
Thanks in advance!