Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Trunk
-
None
Description
Hi,
For the general reason, if the lookup popup (like as performFind service work) able to filter the result from date. so, in the auto complete for lookup filed should be also able too.
Simple :
add this tag in action tag before call LookupDecorator
and filter on field "fromDate", "thruDate" as default.
<set field="conditionDates.filterByDate" value="true"/>
Advance :
you can customize "fromDate" and "thruDate" field names by do follow below
<set field="conditionDates.filterByDate" value="true"/> <set field="conditionDates.fromDateName" value="startDate"/> <set field="conditionDates.thruDateName" value="endDate"/>
Best Regards,
Kongrath