Special Function: Maintenance and Alternate Zones

Setting up Zones

In Lucity

In GIS

  1. Identify polygon feature classes that store the maintenance zone and/or alternate zone.
  2. Make sure that each feature class has a field that stores the Maintenance Zone code or Alternate Zone code. These values must match the values entered into the Work Maintenance Zone Setup and Work Alternate Zone Setup modules.

Populating Zones from Assets

In Lucity

In GIS

  1. In your asset feature classes add a zone field to store the Maintenance or Alternate zone code.
  2. Link the zone fields from you asset feature classes to the related zone field in Lucity
  3. Setup a spatial relationship for each feature class to update the zone fields in you with the code from the Zone feature class.
  4. Perform a spatial update on all your asset records with the related zone code and automatically sync that data to the related Lucity Record.

Populating Zones by Location

  1. Add the maintenance zone and/or alternate zone feature classes to a map.
  2. Publish the map to ArcServer as a map service.
  3. Open the Lucity Administration Tool and go to GIS > Map Services.
  4. Add the service that contains the zones to the list of map services.
  5. Make sure the URLs are accessible from the Lucity Web server, Luctity Mobile server, Lucity Citizen Portal server, Lucity REST API server, Lucity Citizen Portal REST API server.
  6. In Lucity Web and go to Admin Portal > Settings > System Settings > GIS Web and make sure the URL for Geocoding Service is filled out.
  7. In the Lucity Admin Tool and go to GIS > GIS Services > Work Zone Services tab.
  8. Fill out the fields using the information from the map service.
  9. When users add a Work Request or Work Order without an asset it will try to lookup the zone using the XY coordinates or address on the fly.

Note: This same setup can be used to lookup the zone of point assets on the fly because point features synced to lucity automatically store their XY coordinates. However, this will slow down the process of saving the work order or request.

Configure Default Supervisors for Maintenance Zones

  1. Open up the Work > Work Flow Setup > Work Problem Setup module.
  2. Find a problem you would like to add a zone supervisor to.
  3. Expand the record and select the Zone Supervisors child grid.
  4. Add a new Zone Supervisor record.
  5. Select a Maintenance Zone.
  6. Select a Supervisor.
  7. Add a new record for each maintenance zone.

How it works

Requests

  1. A user creates a request, selects a problem, and assigns an asset.
  2. The system checks to see if the asset has zones assigned to them.  If it does, it updates the zones on the request.
  3. When the request is saved the system checks to see if there are any zones assigned.
  4. If there aren't zones assigned it attempts to find a zone based on the assets XY coordinates, XY coordinates entered on the request, and the address entered on the request.
  5. Once the zones are figured out it it checks the selected Problem to see if it has any matching Maintenance Zone supervisors.
  6. If the Problem has a matching Maintenance Zone supervisor the Request's Supervisor field is updated to match.

Work Orders

  1. A user creates a work order, selects a problem, and adds an asset and/or location record.
  2. The system checks to see if the first asset on the work order has zones assigned to them.  If it does, it updates the zones on the work order.
  3. When the Work Order is saved the system checks to see if there are any zones assigned.
  4. If there aren't zones assigned it attempts to find a zone based on the first assets XY coordinates, XY coordinates of the first location entered on the work order, and the address of the first location entered on the work order.
  5. Once the zones are figured out it it checks the selected Problem to see if it has any matching Maintenance Zone supervisors.

If the Problem has a matching Maintenance Zone supervisor the Work Order's Supervisor field is updated to match.

Special Behaviors