ExtraFieldOption
For extra fields with field types that are populated with options (like a selection, a radio button, etc.), the ExtraFieldOption represents the value that will be stored based on user selection.
Object Properties
Property |
Type |
Description |
Id |
integer |
A unique ID to represent the ExtraFieldOption. When adding a new ExtraFieldOption the value must be 0. |
ExtraFieldId |
integer |
ID of the parent extra field. |
OptionValue |
string (100) |
What value you want actually stored based on user selection. |
SortOrder |
integer |
Sorting order of the lookup value. This can be null. |