Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property allows querying of task activities based on appointments by utilizing the activity_catalog column. |
| 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 or troubleshooting Appointment Booking issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_apptmnt_booking.use_task_activity_catalog |
| Sys ID |
4e7c8fda5b401110461b52380a81c7af |
| Type |
boolean |
| Application |
Appointment Booking |
| Default value |
true |
| Description |
This property enables to use the column activity_catalog created on task_activity for querying.
It is recommended to not modify the value as it might impact the performance of Appointment Booking. |
| Updated |
2026-04-10 00:13:17 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 use of the column activity_catalog created on task_activity for querying (filters the task activities for a work order task based on appointments). ServiceNow recommends not to modify the ...
Related properties