Facilities visualization workbench configuration
Summarize
Summary of Facilities Visualization Workbench Configuration
The Facilities Visualization Workbench allows space administrators to configure settings that enhance the management of floor plans and space details within ServiceNow. Access these configurations through the application navigator under Facilities > Workbench Configuration, where options are organized into various sections for ease of use.
Show less
Key Features
- Map Properties: Customize floor plans to meet specific needs.
- Parsing Configuration: Define how features are processed during map file handling, including the ability to create spaces for specific feature types.
- Icon Definition: Pre-loaded icons can be displayed on maps based on geoJSON properties, enhancing visual representation. Set icons to active for visibility.
- Map Colors: Customize appearance with hex, RGB, and HTML color values for features, including opacity and outline thickness.
- Map Labels: Control which space types have their labels displayed on the interactive map by default.
- Map Tasks: Specify tasks to show on the workbench and restrict visibility based on user roles.
- Map Filters: Apply conditions for coloring spaces; limit visibility by roles or specific users.
- Map Menu Items: Manage which catalog items appear in the pop-up menu, including role-specific visibility and order of appearance.
- URL Parameters: Utilize specific parameters to load maps based on campus, building, level, and other criteria, facilitating targeted navigation.
Key Outcomes
By effectively configuring the Facilities Visualization Workbench, administrators can streamline space management, enhance user experience through customized settings, and ensure relevant information is easily accessible. This results in improved operational efficiency and a more organized approach to facility management within ServiceNow.
Space administrators configure properties on the workbench. In the application navigator, contains the configuration settings divided into sections.
Map properties
Map properties allow some customization on the floor plan. For a full description of each property, see Space Management properties.
Parsing configuration
Map features [fm_facility_feature] define how to handle features during processing map set files and running transforms. A basic set of Map Features are pre-loaded for your use under .
- Set Create spaces to true.
- Set the default space type to specify the class of space that is created.
Icon definition
- These icon definitions affect both parsing and runtime configuration.
- If the geoJSON property of type "point" type is found during parsing and its name matches the Parsing name field, then an icon is added to the map.
- Set Active to true to show the icons on the map.
- Set Show by default to true so the icons appear on the initial map load.
Map colors
- The Color and Outline color fields support hex values, RGB values, and HTML colors.
- The Opacity field supports decimal values from 0 to 1 to set the opacity of the feature on the map.
- The Outline thickness field supports whole numbers to set the outline thickness of a feature on the map.
Map labels
- For each facilities space type, set show label to true for its label to be visible on the map by default.
Map tasks
- For each facilities map task, set show task to true for its pin to be visible on the map by default.
- Showing tasks can be limited to specified roles (not specifying a role shows tasks to all who can see them based on security settings).
Map filters
- Limit showing map filters to Roles or specific users with the Owner, Public, and Roles fields.
- Example filters are provided as a default.
Map menu items
|
|
|
|
URL parameters
| URL parameters | Description |
|---|---|
| sysparm_campusSysId | Loads the map to a Campus [fm_campus] identified by its sys_id. |
| sysparm_drawingId | Loads the map to a Building [alm_building] identified by its external_building_id (requires sysparm_campusSysId). |
| sysparm_levelId | Loads the map to a Level [fm_level] identified by its external_level_id (requires sysparm_drawingId). |
| sysparm_spaceid | Loads the map to a space [fm_space] identified by its external_space_id (requires sysparm_levelId). |
| sysparm_scenarioSysId | Loads the map to a Scenario [enterprise_move_scenario] identified by its sys_id (requires Facilities Move Management plugin). |
| sysparm_zoneSysId | Loads the map to a zone [fm_zone] identified by its sys_id. Multiple spaces make up a zone. |
| sysparm_filterSysId | Applies a filter [fm_map_filter] for a loaded map. Filters highlight spaces based on conditions. |
| sysparm_refreshInterval | Enter a whole number value to specify a rate in minutes to automatically refresh applied filters. |
| sysparm_labelDisplay | Specify the label to appear for a map (can be changed under settings on the map). |
| sysparm_move | Loads a move query for a map. |
| sysparm_tab | Specify the number of the tab to default to on the map. |
| sysparm_fromWidget | Triggers event "space.clicked" on a space click, which returns {'sys_id': SPACESYSID, 'displayName': SPACEDISPLAYNAME}, or hiding space which returns {'sys_id':", 'displayName':"}; |