Close custom deals

Sales-led deals rarely fit neatly into the good-better-best plans on your pricing page. Negotiated contracts come with their own pricing and their own mix of entitlements, and you need to honor them without forking your application for every customer.

Common approaches

When a deal closes on non-standard terms, the fastest path is usually to add a one-off flag or a special-case config in application code for that account, hard-coding the extra seats, the custom limit, or the feature that isn’t in any standard plan. For the first few enterprise deals this feels reasonable and ships quickly.

But each bespoke account adds another branch of logic that only applies to one customer, and there’s no single place to see what a given company was actually sold. The terms live in code rather than in your catalog, so auditing what’s been promised is hard, changing it at renewal is risky, and the person who negotiated the deal can’t adjust it without an engineer. Multiply that across a growing book of custom contracts and it becomes a real maintenance and compliance burden.

How Schematic fits in

Build a custom plan with the negotiated entitlements and pricing and assign it to a single company, then finalize it to bill the customer by invoice. The company activates on the plan once the invoice is paid, which fits the sales-led, invoiced motion these deals usually follow. For smaller exceptions, you can instead layer per-company overrides on top of a standard plan. Either way, the entitlements, the pricing, and the assignment are managed from Schematic rather than in code.

What it looks like

A list of custom plans, each scoped to one company

Negotiated plans in the catalog, each tied to exactly one company and carrying its own entitlements and contract price, from 5Kperquarterto5K per quarter to 100K per year. Every deal you have signed is readable in one list rather than scattered through application code.

A single company override on top of a standard plan

The lighter-weight option for a smaller concession: one entitlement raised for one company, here 15 Dashboard Prompts per month, with an optional expiry date, while the rest of the plan stays standard. Find it on the company profile.

Configure it

Implement it