FieldsInJavaAPIs

From AgileApps Support Wiki
Revision as of 02:09, 18 November 2014 by imported>Aeric
  • 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.)
  • For fields in a Composite Object, use dot notation to specify the object's alias and the field name in that object.
    The pattern is: {aliasName}.{fieldName}.