Property reference

sn_apptmnt_booking.use_read_replica_from_ui

The sn_apptmnt_booking.use_read_replica_from_ui property enables the use of a read replica database for the appointment booking table when accessed from the user interface. This setting, which defaults to true, is crucial for optimizing performance during appointment slot queries.

Default: true Type: boolean Application: Appointment Booking

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It determines whether to utilize a read replica database for fetching appointment slots from the sn_apptmnt_booking_appointment_booking table when triggered from the UI.
What area does it affect? Appointment Booking
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when optimizing performance for appointment queries or troubleshooting related issues.

Out of the box property record

Raw metadata from the property record.

Property name sn_apptmnt_booking.use_read_replica_from_ui
Sys ID 0bae18a7f030b010f877322651718234
Type boolean
Application Appointment Booking
Default value true
Description This property is to use read replica for sn_apptmnt_booking_appointment_booking table when triggered from UI
Updated 2021-06-23 23:07:40

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... format. Data type: String Format: Numeric (Values of 1-5) result.userDateFormatOptions.weekday Weekday date format. Data type: String Format: Short (Values of Mon, Tue, Wed, and so on) result.useRR Value of the sn_apptmnt_booking.use_read_replica_from_ui property. This value defines whether to use the read replica database to fetch appointment slots when the query is performed from the UI. Possible values: • true: Use the read ...
Documentation excerpt View supporting context
Context preview Snippet 2
... Appointment Booking only allows one lock per time slot. Multiple concurrent locks are not supported for these tables. • Type: String • Default value: wm_order,wm_task • Location: System Properties list sn_apptmnt_booking.use_read_replica_from_ui Creates a read replica of the Appointment Bookings (sn_apptmnt_booking_appointment_booking) table when triggered from the UI. • Type: True/False • Default value: true • Location: System Properties list sn_apptmnt_booking.use_task_activity_catalog Enables the ...