Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Field Service Work Configurations components

Several type of components like tables, business rules, and script includes are installed for Work Configurations.

Install the Field Service Work Configurations (com.snc.fsm_work_types) to activate Field Service Work Configurations. For more information see Configuring Field Service Work Configurations.

Tables

Field Service Work Configurations add the following table.

TableDescription
Work Configuration\[wm\_work\_configuration\]Stores details about work configurations.

Business rules

Field Service Work Configurations adds the following business rules.

Business rulesTableDescription
Block update/delete for default configWork Configuration\[wm\_work\_configuration\]Prevents updating or deleting the default work configuration.
PostProcessWmConfigCreationWork Configuration\[wm\_work\_configuration\]Handles the post processing of the work configuration.
SNCSM Cache Update With SMConfig Prop UpSM Configuration \[sm\_config\]Updates cache when SM Configuration \(sm\_config\) table is updated.
SNCSM Cache Update With SMConfig UpdateWork Configuration \[wm\_work\_configuration\]Updates the cache when the work configuration SMConfig is updated.
Sync interceptorWork Configuration\[wm\_work\_configuration\]Handles interceptors based on Work Configuration \[wm\_work\_configuration\] table.
ValidateWork Type Category \[wm\_work\_type\_category\]Validates Work Type category table.
ValidateWork Configuration\[wm\_work\_configuration\]Validates Work Configuration table.

Script includes

Field Service Work Configurations adds the following script includes.

Script includesDescription
WorkConfigurationDaoDAO file that contains queries to handle database operations on Work Configuration (wm_work_configuration) table.
WorkConfigurationHelperHelper class that fetches the details of the SMConfiguration.
WorkConfigurationImplImplements the global.WorkConfigurationExtensionPoint extension point.
WorkConfigUtilUtility functions for Work Configurations.
WorkConfigValidationsOOBImplements extension point sn_fsm_wt.WorkConfigValidationExtPoint. This extension point validates insertions or updates made to the tables Work Configuration (wm_work_configuration) and Work Type Category (wm_work_type_category).

Parent Topic:Components installed with additional plugins for Field Service Management