Problems & solutions · Internal Tools

Entity Management Software Problems: The 6 That Cost Real Money, and How to Avoid Them

Entity Management Software product interface illustration showing common problems and fixes.
The short answer

The most expensive failure in this category is a register that cannot be reproduced as it stood on a past date. A bank or a deal team asks who the directors were on a specific day, or what the shareholding was immediately before a reorganisation, and a system that stores only current state can do nothing but guess. The cost lands twice. First as 15 to 30 hours of senior time per structure request while somebody rebuilds the answer from minute books and emails, which is the pattern we see across corporate services projects. Then as the version nobody budgets for: a confirmation statement missed because the calendar lived in one person's spreadsheet, a group company on the road to being struck off while it still holds assets, and a transaction that stops while restoration runs.

Why does the design collapse into a companies table with optional fields?

The first scope decision is usually made in an hour and paid for over three years. Somebody sketches an entity table, adds columns for registered office, incorporation date and jurisdiction, then adds a directors table with a name and a role. It looks correct because most of your entities are companies and most of your questions are about today.

Then the rest of the structure arrives. A Jersey trust has trustees, a settlor, beneficiaries and often a protector, and no directors at all. A Delaware LLC has membership interests and a manager, not shares and a board. A Luxembourg SARL has a notarised share register. A general partnership has partners with capital accounts and profit shares that are different numbers. A Dutch stichting has a council. None of these are companies with a type field set differently, and the moment you treat them that way the workarounds begin, usually as a free text notes column that becomes the real register.

The fix is to define entity types that own their own registers and obligations, joined by a general interest relationship that can express shares, membership interests, partnership interests or beneficial interests. That is what lets one ownership chart span the whole group honestly. Do it in week two of design, because retrofitting it once 400 entities are loaded is a migration project rather than a change.

What goes wrong when you migrate minute books and historic share capital?

Entity migration is not a data task. It is a reading task. The current officer list can often be pulled from a public registry in an afternoon. The share capital history cannot, because it lives in allotment resolutions, transfer forms, buyback documents and, for the entities you acquired in a deal, a set of physical binders somebody has to open.

Two failures repeat. The first is budgeting migration as developer time when the work is paralegal time, which means the project runs out of money at exactly the point where the register becomes useful. The second is loading what is easy and leaving the system silently implying that the rest is complete. A register showing three share transactions for an entity that has had eleven is more dangerous than an empty one, because somebody will rely on it.

Two things fix this. Tranche the load: active entities in your main jurisdictions first, dormant entities later, and historic share capital built over months rather than at go live. And give every entity an explicit completeness state, so a user sees that the pre 2019 history for this company has not yet been captured instead of assuming the gap is a fact. That single field is the difference between a partial register you can trust and one you cannot.

Why do registry lookups, signature and document store links break after launch?

The integrations in this category look easy on a diagram and are not. Public registry lookups return data your system did not ask for and stop returning fields it relied on. Registered agent portals frequently have no interface at all, so somebody builds a scraper, and the scraper breaks on a layout change nobody announced. Signature envelopes go out and the completion status never comes back, so a resolution shows as pending forever. And the document store, usually SharePoint or a network drive, drifts because two permission models now govern the same files.

The failure is nearly always the same shape. The integration was built as a sync with no reconciliation, so when it drifts, nothing tells you. Six months later a filing goes out against an address the registry updated in March.

Fix it three ways. Treat the registry number as an external identifier and never as your primary key, so a re-registration does not orphan the record. Run every external feed as a comparison that produces a differences report a human clears, rather than an overwrite. And decide, in writing, that the entity system is the master for register data and the document store is a mirror, because two masters means two answers to the same question and a very bad afternoon during diligence.

What happens when the filing calendar and beneficial ownership are not covered?

These are the two gaps that turn a records problem into a legal one. A UK company files a confirmation statement annually. A Delaware corporation has an annual report and franchise tax due on 1 March. Registered agent renewals, local director requirements and beneficial ownership register updates all run on their own cycles with their own consequences, and persistent failure to file in the UK leads toward the company being struck off the register.

When the calendar is not in the system it is in a person, and people take leave. When beneficial ownership is not in the system it is a manual multiplication up the ownership chain, done in a spreadsheet, for a structure that changed twice since the last calculation.

Generate obligations rather than typing them. Entity type plus jurisdiction produces the right calendar automatically, so adding a company in a country you already operate in creates the correct deadlines with no human step. Each obligation carries an owner, a lead time and an escalation, and completion requires the filed document to be attached so that completed means evidenced rather than ticked. For ownership, compute the chain, apply the threshold for the jurisdiction, show the calculation, and flag trusts and nominee arrangements for human judgement instead of computing through them. That restraint is not a limitation. It is the boundary between software and legal advice.

Should you build custom or configure what you already own?

A real answer, not a hedge. If you hold under about 40 entities in one or two familiar jurisdictions and every one of them is a conventional company, do not build. EntityKeeper is inexpensive and adequate at that scale. If your group is North American, Athennian is a well built modern product with genuine depth in the corporate law it serves, and effective dating is handled properly. Diligent Entities has broad enterprise coverage and is the safer choice where you need the register and little else. If your registered agent is CSC and the relationship is good, keeping records there is defensible, with the obvious caveat that it deepens a dependency on one provider.

Build when two or more of these are true. You hold more than roughly 150 entities. Your structure spans three or more legal systems, particularly mixing common law and civil law. You hold trusts, partnerships or foundations that no share capital model fits. You are a law firm or trust company administering entities for clients and need multi tenant separation with client portals under your own brand. Or you have already had a filing miss, a restoration, or a deal delayed because the structure could not be evidenced on demand.

How do hidden costs get into the quote?

Four ways, and all of them are visible if you ask.

  • Jurisdictions priced as one line. A quote that says multi jurisdiction support has not counted the work. Each legal system brings entity types, registers and filing rules that are genuinely different, and the third one costs as much as the first two.
  • Migration excluded or assumed. If the proposal does not name who reads the minute books and how many hours that is, the number will arrive later as a change request when you are already committed.
  • Multi tenancy discovered late. Client separation for a trust company has to be enforced at the data layer. Adding it after launch touches every query in the system.
  • As at date arriving in month four. If effective dating was not in the original scope, the correct fix is a rebuild of the register model, and it will be quoted as one.

The honest bands from Digital Heroes delivery experience are $60,000 to $130,000 over 12 to 16 weeks for a first release covering the register, effective dated officers and ownership and the filing calendar, and $150,000 to $400,000 over 6 to 11 months for a full platform. What keeps you at the lower end is loading your top jurisdictions and active entities only, and treating dormant entities as a later tranche.

What separates a build that works from one that fails here?

Ask how they would store a director appointment. If the answer is a field on the entity, stop. The correct answer is an effective dated relationship with a start, an optional end, a role and an evidencing document, and a developer who has done this raises as at date queries before you do.

Ask how they would model a Jersey trust and a Delaware LLC in the same system as an English limited company. Someone who has built this describes distinct entity types with their own registers. Someone who says they will add a type column is about to build a system that cannot hold half your structure.

Ask what they will refuse to automate. A developer who says beneficial ownership through a trust gets flagged for a lawyer rather than calculated understands where software should stop, and that judgement is worth more than any feature on the list.

Then settle ownership before kickoff, in writing: the repository, the cloud accounts and the right to bring in another firm. At Digital Heroes the client owns the code from the first commit. For entity work, agree the structured export format at the same time, because a statutory register you cannot extract is a register you do not really control.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. Analyst estimates place CRM implementation failure rates broadly between roughly 30% and 70% (Johnny Grow cites Forrester at 47%), with low user adoption repeatedly cited as a leading cause of failed CRM projects (this being Johnny Grow's own analysis, not a Forrester attribution). Source: Johnny Grow (industry analysis citing Gartner/Forrester) (2025) →
  2. Almost half of all the activities people are paid almost $16 trillion in wages to do in the global economy have the potential to be automated by adapting currently demonstrated technologies. Source: McKinsey Global Institute (2017) →
  3. The performance gap between digital and AI leaders and laggards is widening: McKinsey reports leaders pull ahead on shareholder returns, and the average maturity spread between top and bottom performers jumped ~60% (from 10 points in 2016-19 to 16 points in 2020-22), reinforcing that the returns to transformation concentrate among top performers. Source: McKinsey & Company (2023) →
  4. In the Flexera 2025 State of ITAM report, respondents reported roughly 33% of SaaS spend is wasted, underscoring how paying for off-the-shelf seats and tiers that go unused erodes the supposed cost advantage of generic SaaS. Source: Flexera (2025) →
Eleanor W. · VP Client Services · UK & EU · London

Eleanor leads client services across the UK and EU, which means she sits between what a client asks for and what the delivery teams can realistically build. She writes about scoping, budget conversations and the questions worth asking before a build starts.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

How do we answer a due diligence request for directors as at a past date?
Only by storing appointments as effective dated relationships with a start date, an optional end date, a role and the document that evidences each one. Then an as at date query returns the register exactly as it stood, which is the question diligence and litigation both ask. A system that overwrites the current officer list cannot answer it at all, and reconstructing the answer from minute books is where the 15 to 30 hours per request goes.
Our minute books are in physical binders. How do we get them into a system?
Accept that this is paralegal work rather than developer work, and budget it as a named line in the project rather than assuming it. The pattern that works is loading active entities in your main jurisdictions first, capturing current officers and ownership, then building historic share capital over the following months. Give each entity an explicit completeness state so users can see that pre acquisition history has not been captured yet, because a partial register that looks complete is worse than an empty one.
Can one system hold a Jersey trust and a Delaware LLC alongside English companies?
Yes, if it is designed for it from the start. Each entity type needs its own register: trustees, settlor, beneficiaries and protector for the trust, membership interests and a manager for the LLC, directors and shares for the company. Ownership then becomes a general interest relationship that can express shares, membership interests, partnership interests or beneficial interests, which is what allows one chart to span the whole structure. Retrofitting this after several hundred entities are loaded is a migration, not a change.
What happens if a group company gets struck off while holding assets?
It becomes an entity that can no longer deal with what it owns, which stops transactions and can freeze bank arrangements until the position is restored. In the UK, persistent failure to file a confirmation statement is one route to being struck off the register, and restoration is a legal process with real cost and delay attached. This is the specific reason the filing calendar should be generated by the system with an owner and an escalation rather than maintained by one person.
Should the document management system or the entity system hold the constitutional documents?
Decide which one is the master and write it down, because two masters produces two answers during diligence. The workable arrangement is that the entity system holds the register data and the authoritative link to each document, with the document store acting as a mirror rather than a second source of truth. If you keep files in SharePoint, expect the two permission models to drift, and run a reconciliation report rather than assuming a sync is holding.
How do we handle beneficial ownership where a trust sits in the chain?
Compute the interests up the chain, apply the threshold for the relevant jurisdiction, and show the calculation so a lawyer can review it rather than recreate it. Where a trust or a nominee arrangement appears, the system should flag it for human judgement instead of computing through, because determining control in those cases is legal advice. When anything in the structure changes, re-run the calculation and flag entities whose filed position may now be out of date.
We are a trust company administering entities for clients. What changes?
Client separation has to be enforced at the data layer rather than by a filter in the interface, and that decision affects every query in the system, so it belongs in the original architecture. You will also need client facing access under your own brand with a narrower view than your internal one, and a per client audit trail of what was shared and when. Both are common reasons administrators build rather than configure, and both are expensive to add after launch.
How do we keep the filing calendar working when the person who owns it leaves?
Generate obligations from entity type and jurisdiction so no human types a deadline, and give each one a named owner, a lead time and an escalation path that fires without anybody remembering. Require the filed document to be attached before an obligation can be closed, so completed means evidenced. When a jurisdiction changes its rules, the rule lives in one place and applies to every entity in that country at once, which is the practical difference between a system and a spreadsheet with conditional formatting.
What tech stack should an internal tool be built with?
Boring and popular: a React or Next.js frontend, a Node.js or Python backend, and PostgreSQL covers the vast majority of internal tools and keeps future hiring easy. The stack matters far less than whether a different developer can pick the code up in two years, so require documentation as a deliverable and avoid anything exotic. Treat it as a red flag if an agency pushes a proprietary platform only they maintain, because that quietly converts your tool into a subscription to that agency.
What questions should I ask a development agency on the first call?
Ask who exactly will build it, what happens when scope changes mid-project, what their maintenance terms are after launch, and what they will need from you every week. Then ask them to describe a project that went wrong and what they changed afterward; teams that have shipped at real volume have war stories, and teams claiming a perfect record are hiding something. The scope-change answer matters most: a disciplined shop describes a written change-order process, not a vague promise to be flexible.
Can a custom internal tool connect to QuickBooks, Salesforce, and the other software we already use?
Yes, and integrations are usually the strongest argument for going custom instead of chaining tools together with Zapier. QuickBooks, Salesforce, Shopify, Stripe, Slack, and Google Workspace all have mature APIs, and each integration typically adds $1,500 to $5,000 to a Digital Heroes build depending on how much two-way syncing you need. The honest caveat is legacy industry software without an API, which may need file-based imports instead of a live connection, so list every system in the first conversation.
Who owns the code when an agency builds our internal tool?
You should, outright, with full IP transfer in the contract and the code delivered to a repository you control, such as your own GitHub organization. Digital Heroes transfers complete ownership on final payment as standard practice, and any agency that keeps the code or licenses it back to you is building a dependency you will pay for later. Confirm you also own the hosting, domain, and database accounts, since many of the vendor disputes Digital Heroes gets called into involve infrastructure registered under the agency's name.
How do I know when spreadsheets are no longer enough to run my operations?
Replace the spreadsheet once more than three people edit it, versions travel by email, or a single broken formula could cost real money. Other reliable signals: staff keep personal shadow copies, month-end reporting takes days of manual assembly, and nobody can say who changed a number or why. In Digital Heroes discovery calls the tipping point is almost always a specific expensive error, a mispriced quote, a missed order, or payroll built on a tab someone sorted wrong.
Is a custom internal tool secure enough for HR records and financial data?
A properly built custom tool is generally safer for sensitive data than the shared spreadsheet it replaces, because you get role-based access, audit logs, encrypted storage, and the ability to cut one person's access instantly. Ask the agency specifically for encryption in transit and at rest, permissions down to the field level, and an audit trail showing who viewed or changed each record. If HIPAA, GDPR, or SOC 2 expectations from enterprise clients apply to you, raise it before the quote, because compliance features add real scope.
What does it cost to keep an internal tool running after launch, and do we need to hire a developer?
Budget 15 to 20 percent of the build cost per year, so a $25,000 tool runs roughly $300 to $400 a month covering hosting, security patches, dependency updates, and small tweaks, figures drawn from Digital Heroes maintenance contracts. You do not need an in-house developer; a monthly retainer with the agency that built it covers the typical internal tool comfortably. Hosting itself is cheap for internal audiences, often $20 to $100 a month, because you serve dozens of users rather than the open internet.
Will a custom internal tool scale as our company grows?
Yes, provided it sits on a standard stack with a real database: PostgreSQL comfortably handles millions of records, and adding users costs hosting pennies rather than per-seat fees. The real scaling risks are organizational, not technical: new departments want features, processes change, and the tool needs a budget line to evolve. Set aside a small quarterly improvement budget instead of treating launch as the finish line, and the tool stays useful for a decade rather than getting rebuilt every two years.
Who can build a custom internal tools system?

Digital Heroes builds custom internal tools 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 internal tools 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.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?