The following table provides information on the GlobalOption item. GlobalOptions determines installation-wide options that act as a default for all option types. These general settings, which are edited in the Administration UI, are versioned and deployed. Global options can be overwritten by Segmented and User options and partitioned. When the site is null, the option is global to all sites.

Table Name

Column

Data-Type

Description

svc_global_opt

option_id

string

The repository ID

option_name

string

Unique logical name of the option

option_value

string

The value input by the user

option_default

string

Value to user when no input

option_right

string

Identifies the access right

is_multival

Boolean

True if the value represents multiple values

option_data_
type

integer

code=10012
value=String

code=10022
value=Boolean

code=10032
value=integer

code=10042
value=Url

code=10052
value=Date

code=10062
value=Float

svc_globalopt_info

info_value

map

Provides additional data for a site option

svc_globalopt_val

option_value

array

The values that are set on the option when edited by enumeration