[OFBiz] Dev - Questions about filter-by-date function of <entity-and> and <entity-condition>?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - Questions about filter-by-date function of <entity-and> and <entity-condition>?

YJBO
Hi all,

       I'm trying to set up a "filter-by-date" using the <entity-and> and <entity-condition> widget:

   my problem is that throw a exception.

   Exception: org.ofbiz.base.util.GeneralException
   Message: Error rendering screen [editCategoryRollup]: java.lang.IllegalArgumentException: The filer-by-date feature is not et implemented (The filer-by-date feature is not yet implemented)

   example:

      <entity-condition entity-name="ProductCategoryRollup" list-name="productCategoryRollups" filter-by-date="true">
            <condition-expr field-name="productCategoryId" env-name="productCategoryId"/>
            <order-by field-name="sequenceNum"/>
      </entity-condition>


    please implement the function.
 
 

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev