Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi.
Can anyone provide me wt.query.SearchCondition for WTPart which is endItem?
Thanks.
Solved! Go to Solution.
Try this,
SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);
Regards
Ketan
Try this,
SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);
Regards
Ketan
Vasiliy,
Did Ketan's suggestion work for you? If so, can you mark the thread as answered?
Thanks,
Lori
I'll accept answer as soon as i'll check it.
 
					
				
				
			
		
