cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Simple (I think) question on where clauses

avillanueva
22-Sapphire I

Simple (I think) question on where clauses

I've been through the guides, can't seem to find an example of where
clause other than single clause. I am using dca-Query.xml and want to
find WTParts by a number, view and that are the latest version. Here is
my code:

task.addParam("search_type", "wt.part.WTPart"); //should get WTPart

task.addParam("where",
"number="+topLevelWTPart+",isLatestVersion="+"true"); //WTPart number

Task seems to indicate that where can have multiple entries and is comma
delimited.

<ie:param name="type" data="${@FORM[]search_type[]}"/">

<ie:param name="where" data="${@FORM[]where[*]}"&lt;br"/>delim="," default="()"/>

0 REPLIES 0
Top Tags