You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Praveen Agarwal <pr...@gmail.com> on 2012/07/09 19:01:46 UTC

filterByDate doesn't work on 'ProductFeatureAndAppl' entity

I am trying :

EntityUtil.filterByDate(delegator.findByAnd("ProductFeatureAndAppl",UtilMisc.toMap("productId"
,context.productId,'productFeatureTypeId',COLOR,'productFeatureApplTypeId','SELECTABLE_FEATU
RE')),true).

But this doesn't work since it returned the all rows.

Can anyone help me on this.