Property reference

sn_apptmnt_booking.SingleConcurrentLockAppointmentConfigs

The sn_apptmnt_booking.SingleConcurrentLockAppointmentConfigs property specifies tables where appointment booking allows only one concurrent lock per time slot. This ensures that multiple locks cannot be acquired simultaneously, which is crucial for maintaining appointment integrity in the specified configurations.

Default: wm_order,wm_task Type: string 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 defines a list of tables that restrict appointment booking to a single lock per time slot, preventing concurrent bookings for those tables.
What area does it affect? Appointment Booking
What does the default mean? The default value is "wm_order,wm_task", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring appointment booking for specific tables or troubleshooting locking issues.

Out of the box property record

Raw metadata from the property record.

Property name sn_apptmnt_booking.SingleConcurrentLockAppointmentConfigs
Sys ID c420ae9c049e6010f8771abb6dd1edc5
Type string
Application Appointment Booking
Default value wm_order,wm_task
Description A comma separated list of tables for which appointment booking does not support mutiple concurrent locks. Only 1 lock can be acquired simultaniously per slot on appointment booking configurations configured for these tables.
Updated 2024-04-22 00:06:11

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... True/False • Default value: false • Location: System Properties list sn_apptmnt_booking.logging.verbosity Control users logging for Appointment Booking. • Type: Choice list • Default value: error • Location: System Properties list sn_apptmnt_booking.SingleConcurrentLockAppointmentConfigs List of tables where 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 • ...