<invisible> This is the template for INHERITED known issues pages - add a tag to Issue: to allow this to show on the tagged page</invisible>
Sorting References In Business Object Group Queries
<invisible> This is a spacer column</invisible>
===Problem/Limitation Description===
Sorting on reference attributes in a query will not work if query searches business object group. For example, sorting in the following query will not work if Account is business object group:
FIND Account ORDER BY Account.Owner.Name
<invisible> This is a spacer column</invisible>
===Work Around===
Define a shortcut attribute and sort by it, for example:
FIND Account ORDER BY Account.OwnerName
Where OwnerName is the shortcut to Account.Owner.Name