customObjectGetFieldOptions
Get dropdown options for a custom object field.
Returns the valid dropdown options for a DROPDOWN or MULTI_DROPDOWN field
on a custom object type. When to Use:
After calling getObjectTypeFormFields(), for any field where type is
DROPDOWN, MULTI_DROPDOWN, or NESTED_DROPDOWN, call this endpoint to get
the list of valid values.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
referenceKey | string | Yes | The referenceKey of the dropdown field (from getObjectTypeFormFields response) |
