Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I'm trying to add additional filtering for a picker I'm developing. We have a custom object type that is an extension of Managed, called MyManaged, with additional softtypes. I have developed a picker to select one or more of these custom objects in order to relate them to a WTChangeRequest2 object. In my picker jsp, I have used baseWhereClause to filter the objects by state, but I need to filter them even more. I need to filter out those MyManaged objects that are already related to a WTChangeRequest2 object. To do this I've created a PickerAccessController class and a PickerFilterResultsProcessor class, following the pattern used by the PartMasterPickerAccessController and the PartMasterPickerFilterResultsProcessor classes. The processing seems to be working through my classes just fine, but then throwing a NumberFormatException some time later. I'm trying to track down what class is throwing the exception to see if I have put something wrong in my custom classes. Anybody have any experience creating a custom access controller for a picker? Any thoughts? I've attached a snippet from the MethodServer log.
BTW, We are using Windchill 9.1 M060 right now.
Solved! Go to Solution.
I found my error. It's working now.