Content |
- Type
- string
- Properties
- None
- Description
- A string representation of CustomField that contains the field’s metadata.
|
ContentEntityId |
- Type
- ID
- Properties
- Create, Filter, Group, Sort
- Description
- A reference to a custom field.
There can be only one
ContentEntityId per CustomField, otherwise, an error is
reported.
|
FullName |
- Type
- string
- Properties
- Group, Nillable
- Description
- The full name of the associated object in the Metadata API. Use to avoid race
conditions on create, before you have IDs.
- Query this field only if the query result contains no
more than one record. Otherwise, an error is returned. If more than one record
exists, use multiple queries to retrieve the records. This limit protects
performance.
|
IsDeleted |
- Type
- boolean
- Properties
- Group, Nillable
- Description
- Indicates whether the object is marked as deleted (true) or not (false).
|
LastSyncDate |
- Type
- dateTime
- Properties
- Filter, Sort
- Description
- The date that this CustomField was replicated from the underlying entity.
|
Metadata |
- Type
- CustomField
- Properties
- None
- Description
- An object that describes the version, status, and packaged versions of the
corresponding CustomField.
- Query this field only if the query result contains no
more than one record. Otherwise, an error is returned. If more than one record
exists, use multiple queries to retrieve the records. This limit protects
performance.
|