ExtraFieldOptionDesc

For extra fields with field types that are populated with options (like a selection, a radio button, etc.), the ExtraFieldOption represents the option text that populates the field (the Name field in the Extra Fields details page). If BlueCamroo is available in additional languages, you can have multiple ExtraFieldOptionDesc objects keyed for each language.

Object Properties

Property

Type

Description

Id

integer

A unique ID for the ExtraFieldOptionDesc object. When adding a new ExtraFieldOptionDesc object the value must be 0.

OptionId

integer

The ID of the parent ExtraFieldOption object.

LanguageId

integer

Which language this option should be associated with.

OptionName

string (100)

The text that will appear for the selection.