Difference between revisions of "FieldsInJavaAPIs"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
::* A comma-separated list of field names to retrieve{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where a field name of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> indicates a [[Composite Object]] fetch|}}
::* A comma-separated list of field names{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where a field name of the form <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> indicates a [[Composite Object]] fetch|}}
::* The asterisk (<tt>"*"</tt>) wildcard specifies all fields
::* The asterisk (<tt>"*"</tt>) wildcard specifies all fields
:::(Use the [[REST API:field Resource]] to get a complete list of fields.)
:::(Use the [[REST API:field Resource]] to get a complete list of fields.)
::* Field lists for database views need to specify the object's alias, as well as the field name.
::* Field lists for database views need to specify the object's alias, as well as the field name.

Revision as of 00:18, 10 August 2011

  • A comma-separated list of field names
  • The asterisk ("*") wildcard specifies all fields
(Use the REST API:field Resource to get a complete list of fields.)
  • Field lists for database views need to specify the object's alias, as well as the field name.