Readonly
Toggles read-only access to Microsoft Dynamics 365 Business Central from the provider.
Data Type
bool
Default Value
false
Remarks
When set to True, the add-in allows only SELECT queries. Attempting an INSERT, UPDATE, DELETE, or stored procedure query fails with an error message. Additionally, the add-in sets the Data-Access-Intent HTTP header to ReadOnly, which hints to Microsoft Dynamics 365 Business Central to route read operations to a read-only database replica for improved performance.