Services
Build the service catalog used for matter line items, revenue detail, integrations, and attribution.
What a service is
A service is a reusable product or legal offering your firm sells, such as an initial consultation, trademark application, or non-provisional patent application.
Services provide consistent names, prices, fee types, and taxonomy mapping when they are added to matters or synced from another system.
Create a service
- Open Settings > Services.
- Click Add Service.
- Enter the Name. This is the only required field.
- Add an optional description.
- Enter the default Price.
- Choose the Fee Type:
- Contingency
- Hourly
- Flat Fee
- Retainer
- Hybrid
- Choose the Billing Frequency:
- One-Time
- Monthly
- Quarterly
- Annual
- Review the Webhook Service Value.
- Leave it blank to generate a stable value from the name.
- Enter the code used by an external system when that code must stay unchanged.
- Choose a Sub-Practice Area when the service should contribute to service-level attribution and lifetime-value reporting.
- Click Create Service.
Add a service to a matter
- Open the matter.
- Find Services.
- Click Edit.
- Choose a service from the catalog.
- Adjust the quantity or price for this matter if necessary.
- Finish editing. Existing matters autosave the line item; new matters keep it with the draft until Create Matter is clicked.
The catalog's default price is a starting value. Changing a price on one matter does not change the service's default price.
Service price vs. matter value
When a matter has service line items, Superpractice calculates the matter's reportable value from the line items:
service price × quantityIf there are several line items, their subtotals are added together. The matter's single estimated value is used only when no line items exist.
Map a service to a sub-practice area
- First select the firm's broad practice areas and any desired sub-practice areas under Settings > General.
- Open Settings > Services.
- Either create/edit a service or use the Sub-Practice Area picker in the service list.
- Select the most specific offering that accurately describes the service.
The middle taxonomy group is filled automatically. For example:
Practice area: Intellectual Property
Service group: Patents
Sub-practice area: Provisional Patents
Service: Provisional Patent Application — SoftwareDo not force a generic service such as "Miscellaneous Fees" into a specific sub-practice area unless the fee truly belongs there.
Webhook service values
The Webhook Service Value is the stable identifier an external system sends as:
{
"lineItems": [
{
"serviceValue": "provisional_patent_application",
"quantity": 1
}
]
}Use the copy button beside a service to copy its value. If an external CRM uses a different product name or code, map that incoming value under Settings > Integrations instead of renaming the Superpractice service repeatedly.
See Matter webhooks for the complete payload.
Edit or delete a service
- Click the pencil icon to change the catalog name, description, price, fee type, billing frequency, webhook value, or taxonomy mapping.
- Click the trash icon to delete a service.
Deleting a service does not erase the name and price already stored on existing matter line items. Those historical line items keep their data.
Recommended setup order
- Configure broad and sub-practice areas.
- Create the services your firm actively sells.
- Map each specific service to a sub-practice area.
- Configure webhook or CRM product mappings.
- Test one matter with one or more line items.
- Confirm the matter total and revenue reporting.