Skip to main content

quote_custom_fields_v1

Quote custom fields are used to create additional fields which are not present by default on a Quote.

ColumnData typeDescription
idVARCHAR(32)The unique identifier of the custom field.
labelVARCHAR(200)The name of the custom field.
valueVARCHAR(131072)The value of the custom field.
is_default_valueVARCHAR(3)Indicates if the value of the custom field was set by default or input by the user.
typeVARCHAR(50)Type of the custom field. Possible values: 'Yes/No', 'Whole Number', 'Decimal', 'Text', 'List', 'Statement', 'Date', 'Long Text', 'Time', 'System List'.
is_mandatoryVARCHAR(3)Determines if the field value is mandatory.
field_orderNUMBER(38,0)The integer value marking order of the field in UI.
_quote_idNUMBER(38,0)The identifier of the quote.
_last_sync_atTIMESTAMP_TZ(9)The timestamp with time zone offset of when the custom field value was last refreshed.