Hi,
How would I go about listing our quotes in ascending order. The code in
QuoteForms.xml calls performFind (see code below).
It basically gets all quotes and lists them by quoteId in descending order.
Is there a simple tag I can add to change that to asc order? I couldn't find
any examples.
Thanks,
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">
<field-map field-name="inputFields" env-name="parameters"/>
<field-map field-name="entityName" value="Quote"/>
</service>
</actions>
---
Case Torres
[EMAIL PROTECTED]