Lifecycle State - Condition to item picker baseWhereClause
Version: Windchill 12.0
Use Case: I have an Item Picker in my JSP Page where it will retrieve all the Change Notices's from specific context. Wanted to filter CN's based on State -> '(state=''IN PROGRESS') || (state='COMPLETE') Tried above condition but its not fetching the results based on State condition
Description:
<tr id="cnPickerRow"><wctags:itemPicker
id="CNPicker"
baseWhereClause="(state='IN PROGRESS')"
showTypePicker="true"
objectType="WCTYPE|wt.change2.WTChangeOrder2"
componentId="cnPickerID"
label="* CN Number"
pickerTextBoxLength = "29"
pickerTitle="CN Number Search"
containerRef="<%=coid%>"
pickerCallback="cnPickerCallback"
multiSelect="false"
displayAttribute="number"/></tr>

