811 Damage Prevention Software Problems: The 5 That Lose Damage Claims, and How to Avoid Them
The most expensive failure in this category is a system that keeps no field evidence. When an excavator hits a main, the argument turns on where the marks were against where the bucket went, inside a tolerance zone your state statute defines as a distance either side of the mark, commonly around 18 to 24 inches. If your record is a ticket text file, a response code and a locator's memory of a Tuesday fourteen months ago, you lose the recovery, and you lose it on every claim rather than once.
Why does ticket screening get scoped as a polygon intersection?
Because that is what it looks like on a slide. A ticket has a work area, your facilities have geometry, the system intersects the two and dispatches a locator. Elegant, testable, and wrong for a large share of real tickets.
Real ticket text describes a work area in prose that ranges from precise coordinates to the alley behind the Baptist church. Some one call centres supply geometry and some do not. Descriptions reference landmarks, cross streets that do not exist in your basemap, and address ranges that resolve to three places. A screening engine that only intersects polygons will confidently clear tickets whose location it never actually determined, and that is the ticket where an excavator digs with no marks.
Screening decides everything downstream, and it fails in both directions at once. Screen too tightly and you miss tickets. Screen too loosely and you send locators to thousands of sites with no facilities, which is where the locating budget quietly disappears. Most utilities have both problems simultaneously in different parts of the territory, because buffers were set once by someone who has since retired and were never revisited.
What a competent design includes: geometry where the centre provides it, geocoding with fallback strategies where it does not, buffers that vary by facility type since a transmission main warrants a wider margin than a service line, an explicit confidence level on the location, and a manual review queue where ambiguity is surfaced rather than hidden. Then the loop that nobody builds: when a damage occurs, check whether screening had cleared that ticket, and tune the buffers against actual outcomes over a season. That feedback is the main advantage a build has over a bought platform, and it is invisible in a demonstration.
What goes wrong when your GIS facility data is not clean?
The screening engine produces confident wrong answers, which is worse than producing no answer, because a clear decision with a stated reason gets trusted.
Facility data in most utilities carries known problems that nobody has had budget to fix. Older service lines were recorded from paper sketches and sit tens of feet from where they are. Abandoned facilities are still in the layer with no attribute distinguishing them from live ones. Depth is missing or inherited from a default. Recent installations exist in a construction as built backlog that has not been posted to the operating layer, so the newest facilities are the ones the screening engine cannot see. Attribute schemas differ between systems acquired at different times.
The mistake is treating this as a data cleanup project that must finish before the software starts. It never finishes, and the project stalls waiting for it.
Run them together instead. Attribute a confidence level to each facility class and each area, and let screening buffer wider where confidence is low, so poor data produces caution rather than false clearance. Feed the as built backlog into the same pipeline, because a facility installed last month is the one most likely to be struck. And use the damage feedback loop to prioritise cleanup, since the areas that generate repeat damages regardless of locator are usually the areas where the map is wrong. That turns an open ended data programme into a ranked list with a business case.
Why do centre intakes and positive response feeds break after launch?
Because each state one call centre is a separate interface with its own format, transport and change schedule, and none of them will tell you before they change something.
The intake side breaks when a centre adds a field, reorders a section or alters how it encodes an emergency ticket. A parser that was written against last year's sample will either reject the ticket, which you notice, or misparse it, which you do not. Build a normalisation layer that turns every centre's ticket into one internal object, retain the original raw text forever because the original is evidence, and alert on parse anomalies as well as on failures.
The positive response side breaks more quietly and matters more, because that code is your legal statement about what you found. The common design has a dispatcher submit the code from a status field the locator updated at the end of the day from memory, so the code and reality drift apart, and the drift only surfaces when a claim is disputed. Submit positive response automatically from the locator's completion in the field, and retain the submitted code, its timestamp and the centre's confirmation as a record rather than a log line.
What happens when field evidence capture is not covered?
You keep paying claims you could have recovered, and you cannot tell which locator is responsible for which damages.
The claim file that wins a dispute has a specific chain: the original ticket text, the screening decision and its reasoning, the dispatch record, the locator's satellite positioning track of the actual walk, timestamped and geotagged photographs of the marks before excavation, the positive response submission with its confirmation, and your as built records. Photographs of the marks taken before the dig are the single most valuable artefact in the whole system, and almost nobody captures them systematically, which is why the contractor's post strike photographs showing no marks go unanswered.
The second loss is contractor management. Most utilities do not employ their locators, they contract them, and they are expected to manage quality across a workforce that does not report to them. Without field capture you cannot answer which locator has the highest damage rate per thousand tickets, which crews close tickets in implausibly short times, which areas produce repeat damages regardless of who locates them, or whether the contractor's invoiced count matches the tickets your system says were completed.
Offline operation is mandatory here, not optional. Locates happen in rural corridors, basements and construction sites with no coverage, so the app has to hold assigned tickets, capture tracks, photographs and notes offline and sync afterwards with the photograph metadata intact. A photograph whose timestamp and location were stripped during sync is much weaker evidence than one that arrived whole.
Should you build custom or configure what you already own?
If you take under roughly 20,000 tickets a year in a single state with straightforward facilities, configure a managed platform and spend the difference on locator training. Irth Solutions UtiliSphere is the most widely deployed option in North America and does the core job of intake, screening, routing, positive response and reporting. KorTerra covers similar ground with ticket management, dispatch and analytics. Pelican Corp brings depth from markets with different one call structures. At that volume the marginal value of a custom screening engine is low, because your whole territory is effectively one buffer rule.
ProStar PointMan sits in a different place, focused on precision satellite positioning capture of facilities as they are located and installed. That is the capability most utilities are weakest at, and it complements a ticket platform rather than replacing one, so it is worth evaluating alongside whatever you do about the lifecycle.
Build when you take tickets from several one call centres, when per ticket platform pricing at your volume has started to resemble a build budget every year, when you manage contract locators whose quality you cannot measure, when damage claims are lost or settled cheaply for lack of evidence, or when your facility data is good and you want screening tuned against your own damage outcomes rather than a vendor default. The consistent gap across managed platforms is ownership of two things: your geographic information system as the screening source of truth, and the evidence package.
How do hidden costs get into the quote?
Centres, counted as one. Each one call centre you receive from is an intake adapter, plus a clock rule set, plus a positive response integration, plus its own change schedule. A quote priced against your largest state has priced roughly a third of the work if you operate in three.
Clock arithmetic is the part that looks trivial and is not. Response windows are set by state statute, commonly around two full working days, with different rules for emergency tickets and for design or planning requests, and weekends, holidays and the definition of a working day all differ across state lines. A ticket arriving at 4:55pm on the Friday before a state holiday behaves differently in neighbouring states, and a dashboard built for one state will be wrong somewhere.
Then facility data remediation, which is a workstream rather than a task. Ticket volume, which drives real performance engineering once you are past a few thousand a day. And integration with work management, outage and financial systems for damage cost recovery.
For calibration, in Digital Heroes delivery experience a first release covering multi centre intake and normalisation, screening, dispatch with per state clocks and automated positive response runs $80,000 to $160,000 over 12 to 18 weeks. Adding the locator mobile app with satellite positioning and photograph evidence, contractor performance scoring, damage claim assembly and cost recovery takes it to $220,000 to $500,000 phased over 9 to 15 months.
What separates a build that works from one that fails here?
The ones that work start in the highest volume state with intake, screening and dispatch, then add states one at a time. The second state is far faster than the first because the abstraction already exists, and trying to launch four at once means every clock rule and ticket format argument happens simultaneously.
They give managers a queue of what will breach in the next few hours rather than a report at the end of the week. A response deadline you learn about after it passed is a compliance record, not a control.
They design the damage module as the reason the rest exists. A reported damage should link back to its ticket, pull the whole chain into one claim file automatically, compute repair and outage cost, track recovery and record the outcome. Those outcomes are what make screening tuning and locator scoring meaningful rather than theoretical.
They ask a developer how they would screen a ticket described only as the alley behind the Baptist church, and how the clock behaves at 4:55pm on the Friday before a state holiday. Those two questions separate people who have built this from people who will discover it in production.
And they settle ownership before kickoff. You should hold the repository, the database and the cloud accounts, in writing. At Digital Heroes the client owns the code from the first commit. Ticket, locate and damage records are evidence that can be subpoenaed years later and carry long retention obligations, so they cannot live only in a vendor's environment.
The evidence behind this guide
Independent findings on why this investment pays off. Every link goes to the primary source.
- PTC identifies the leading causes of failed first visits as parts unavailability (the single most-cited complaint, named by 51% of field service executives), technicians lacking the required equipment or skills, and insufficient time allocated to the job - making parts logistics and skills-based dispatch the highest-leverage fixes. Source: PTC (2023) →
- IBM frames first-time fix rate as a core field service KPI, noting the industry average sits around 80% (roughly one in five jobs needs a return visit). Correction: IBM cites best-in-class providers at 89-98%, not '85%+'. Source: IBM (2024) →
- The global point-of-sale terminal market is projected to reach approximately $181.47 billion by 2030, growing at an 8.1% CAGR from 2025 to 2030, driven by digital payment adoption and demand across retail, restaurant, and hospitality sectors. Source: Grand View Research (2025) →
- 76% of developers are using or planning to use AI tools in their development process in 2024 (up from 70% in 2023), with current active use rising to 62% from 44%; 81% agree increasing productivity is the biggest benefit of AI tools. Source: Stack Overflow (2024) →
Olivia is a senior product designer working on the software side of Digital Heroes: dashboards, admin tools, internal systems and the screens people use all day rather than once. She writes about designing for repeat use, where speed and clarity matter more than a striking first impression.
View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.
Frequently asked questions
Why does our screening clear tickets that turn into damages?
Do we have to clean up our GIS before building anything?
How should response clocks work across several states?
What evidence actually wins a damage claim?
Why do positive response codes drift from what the locator found?
How do we measure contract locator performance fairly?
What happens when a one call centre changes its ticket format?
At what ticket volume does building beat per ticket platform fees?
How long does it take to build a custom field service app with scheduling, dispatch, and a technician mobile app?
How much would it cost to build something like ServiceTitan just for my company?
Who owns the code when an agency builds our field service software?
What tech stack should a custom field service platform be built on?
What features should the first version of a custom field service app include?
Can custom software connect to the tools we already use, like QuickBooks, Stripe, and Google Workspace?
We run everything on spreadsheets and Airtable. How do we know it's time for custom software?
Who can build a custom field service management software system?
Digital Heroes builds custom field service management software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.
Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.
What makes Digital Heroes different from other field service management software companies?
Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.
Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.
How can I check Digital Heroes is legitimate before getting in touch?
Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.
Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.