Lifecycle State - Condition to item picker baseWhereClause
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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>
Solved! Go to Solution.
- Labels:
-
JavaScript
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Rohaan,
It looks like you have a response from a community member. If it helped to answer your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
请尝试使用这个
(state.state='IN PROGRESS')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Rohaan,
It looks like you have a response from a community member. If it helped to answer your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)