Difference between revisions of "COMMON:search params"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
:;criteria:A [[JAVA API:Filter Expressions in_JAVA APIs|filter expression]] that specifies records to select{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where field names of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> are used to specify related-object fields in a [[Composite Object]]|}}.
:;criteria:A [[JAVA API:Filter Expressions in_JAVA APIs|filter expression]] that specifies records to select{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where field names of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> are used to specify related-object fields in a [[Composite Object]]|}}.{{#ifeq: {{PAGENAME}}|LOOKUP function|For criteria, it is also possible to specify <tt>'targetRecordfield='+currentRecordField</tt>.}}
{{#ifeq: {{PAGENAME}}|LOOKUP function|For criteria, it is also possible to specify <tt>'targetRecordfield='+currentRecordField</tt>.}}


:;sortBy:Sort the search results on the specified field. {{#ifeq: {{PAGENAME}}|Java API:Composite Objects| Use field names of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> for  related-object fields in a [[Composite Object]].|}}
:;sortBy:Sort the search results on the specified field. {{#ifeq: {{PAGENAME}}|Java API:Composite Objects| Use field names of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> for  related-object fields in a [[Composite Object]].|}}

Revision as of 20:23, 9 November 2011

criteria
A filter expression that specifies records to select.
sortBy
Sort the search results on the specified field.
sortOrder
Specify if the sort order is ascending ("asc") or descending ("desc"). Not case sensitive. The default is ascending.
sortBy2
Do a secondary sort on the specified field.
sortOrder2
Specify if the sort order on the second level is ascending ("asc") or descending ("desc"). Not case sensitive. The default is ascending.