RelatedCustomObjectRecordDetailField
One field of a custom object record, display-formatted for the detail drawer.
type RelatedCustomObjectRecordDetailField {
field_id: Int!
label: String!
type_id: Int!
value: String
raw_value: String
}
Fields
RelatedCustomObjectRecordDetailField.field_id ● Int! non-null scalar
RelatedCustomObjectRecordDetailField.label ● String! non-null scalar
RelatedCustomObjectRecordDetailField.type_id ● Int! non-null scalar
App\Enums\FieldType backing value.
RelatedCustomObjectRecordDetailField.value ● String scalar
Display value, formatted server-side and honoring the EAV read flag. Null when empty.
RelatedCustomObjectRecordDetailField.raw_value ● String scalar
Unformatted scalar (NUMBER/DECIMAL, DATE as Y-m-d, DATETIME as Y-m-d H:i:s UTC) for the instance grid's typed cells to render themselves; null for types that use the formatted display value.
Member Of
CustomObjectRecordListRow object ● RelatedCustomObjectRecordDetail object


