Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
In the AddFinAccountTrans form in FinAccountForms.xml the values in the field glAccountId are sorted on the primary key, per
<field name="glAccountId" title="${uiLabelMap.GlAccount}"> <drop-down> <entity-options entity-name="GlAccountOrganizationAndClass" key-field-name="glAccountId" description="${accountCode} - ${accountName} [${glAccountId}]"> <entity-constraint name="organizationPartyId" operator="equals" env-name="defaultOrganizationPartyId"/> <entity-order-by field-name="glAccountId"/> </entity-options> </drop-down> </field>
The sort order should however be on the accountCode field of the entity