AdvancedSettings
Query the application properties that are accessible on the Advanced Settings page.
Table Specific Information
Select
SELECT * FROM AdvancedSettings
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | String | = | Common | The ID of the application property. | |
Name | String | Common | The name of the application property. | ||
Description | String | Common | The description of the application property. | ||
Type | String | Common | The data type of the application property. | ||
Value | String | Common | The new value. | ||
DefaultValue | String | Common | The default value of the application property. | ||
AllowedValues | String | Common | The allowed values, if applicable. |