Custom Fields
Many applications let users create custom object fields.
When a Data Collection supports custom fields, it will have:
customFields
set totrue
in its specification.fieldsSchema
include both standard and custom fields.
In most cases you should simply work with fieldsSchema
and not worry about doing anything special about custom fields.
See also
Updated 12 days ago