Table "Object Options"
Stores user-specific and system-wide configuration options for Business Central objects such as reports, XMLports, and pages.
Remarks
This table manages configuration settings and options for various Business Central objects, enabling personalization and customization of object behavior. Supports user-specific settings as well as company-wide configurations. Options can be marked as public visible or temporary, and include metadata about creation and visibility. Used by the object configuration framework to persist user preferences, report settings, and other object-specific configuration data across sessions.
Properties
| Name | Value |
|---|---|
| Caption | Object Options |
| DataPerCompany | False |
| ReplicateData | False |
| Scope | Cloud |
Fields
| Name | Type | Description |
|---|---|---|
| "Parameter Name" | Text[50] | Name of the configuration parameter being stored. |
| "Object ID" | Integer | ID of the Business Central object this option applies to. |
| "Object Type" | Option | Type of Business Central object (Report, XMLport, Page) this option applies to. |
| "Company Name" | Text[30] | Company context for this option setting, if company-specific. |
| "User Name" | Code[50] | User name for user-specific option settings. |
| "Option Data" | Blob | Configuration data stored as BLOB to accommodate various option types and formats. |
| "Public Visible" | Boolean | Indicates whether this option setting is visible to other users. |
| Temporary | Boolean | Indicates whether this is a temporary option setting that should not be persisted long-term. |
| "Created By" | Code[50] | User name of the person who created this option setting. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |