A dormant generic key/value settings table left over from an earlier configuration approach. Never cite it as the place a tenant setting lives or propose writing configuration into it - platform and module configuration is held by the dedicated settings entities and the module/feature settings stores instead.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Id | Id | Guid | Yes | |
IsSystem | Is System | Boolean | | Intended to mark a setting as platform-owned and therefore not user-editable, but nothing enforces it because no code path reads this entity at all. |
Key | Key | Text | | The intended setting name in this dormant key/value store. |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Value | Value | Text | | The intended setting payload, stored as text. No code reads it, so it cannot change any platform behaviour; real configuration lives in the dedicated settings entities and the module/feature settings stores. |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |