When a manager leaves, and so does the client context: who made decisions, at what prices they worked, why the last deal fell through?
We have encountered this dozens of times. In B2B sales, a company card is a client dossier that lives for years. Deals come and go, but the company remains in the database. If the card is poorly designed, a new employee cannot recover the context. Designing company cards in CRM Bitrix24 is the first step to systematizing the database and repeatable sales.
Problems we solve
Lack of a uniform format for requisites. TIN, KPP, OGRN are filled in haphazardly — in the company name, in notes, in deal comments. This leads to duplicates and errors in client reports. The official Bitrix24 documentation states that proper structure of custom fields reduces data processing time by 30%. Our practice confirms: moving requisites to a separate section of the card with TIN length validation (10 or 12 digits) cuts manual entry by 30%.
Loss of context when the manager changes. The average tenure of a B2B manager is 1.5–2 years. After a key employee leaves, the company loses up to 40% of client information if it is not structured in CRM. Segmentation (client type, industry, strategic status) and relationship history (first deal, total amount, last contact) allow a new manager to get up to speed within a day.
Inability to segment for marketing. Without classifying companies by size, industry, and type, it is pointless to send newsletters or personalize offers. Properly configured custom fields are the foundation for dynamic segments in Bitrix24.
How we implement the company card
Stack: Bitrix24 (cloud or on-premise), custom fields (types: string, list, number, date, binding), robots and triggers, REST API for bulk updates. Example of creating a field via REST:
{
"method": "crm.company.userfield.add",
"params": {
"fields": {
"USER_TYPE_ID": "string",
"FIELD_NAME": "UF_CREDIT_LIMIT",
"EDIT_FORM_LABEL": "Credit limit",
"LIST_COLUMN_LABEL": "Credit limit",
"SETTINGS": { "SIZE": 20, "ROWS": 1 }
}
}
}
From our practice: client — a system integrator with 200 client companies in CRM. Deals: one-time projects, service contracts, SLA support. The original card contained only standard fields with no classification. We designed four sections: "Main" (name, TIN, KPP, address), "Segmentation" (client type: one-time project / service contract / SLA / partner), "Technical Environment" (primary ERP, products used, software version), "History" (date of first contract, total project amount, NPS score). Requisites were moved to a separate block and auto-populated into new deals via robots — managers stopped manually filling in TIN for each deal.
Why customize the company card?
The standard Bitrix24 card only gives basic fields — name, phone, email. That is sufficient for retail, but not for B2B. A customized company card is 3 times more effective than a standard one for B2B sales: it allows you to quickly get complete client information without extra clicks.
| Parameter | Standard card | Customized card |
|---|---|---|
| Requisites | No | TIN, KPP, OGRN, bank, current account |
| Segmentation | Only type (list) | Type, industry, size, strategic status |
| Automation | No | Robots update deal amounts, contact date |
| History | Only creation date | First deal, total revenue, NPS |
Our clients save up to 20 hours per month per manager by automating requisites filling and segmentation. And deal forecast accuracy increases by 25%, average revenue per deal rises by 15%.
How to segment companies without losing sales?
Segmentation is not just tags. For B2B, three levels are critical:
- Type of relationship: direct customer / dealer / distributor / partner. This affects pricing and terms.
- Size: small (up to 50 employees) / medium (50-200) / large (200-1000) / enterprise (1000+). Size influences sales approach and service priority.
- Strategic status: key account / standard / one-time. Key accounts require a dedicated manager and special terms.
In Bitrix24, segmentation is implemented via custom fields of type "list". Then, based on these fields, dynamic groups for mailings and business processes are configured.
How to set up a field in the company card?
- Go to "CRM" → "Settings" → "Custom fields".
- Select the entity "Company".
- Click "Add field" and specify the type (string, list, number).
- Fill in the label, configure mandatory.
- Save and check in the company card.
Typical mistakes in card design
| Mistake | Consequence |
|---|---|
| Excessive number of fields | Managers ignore filling, data is lost |
| Lack of automation | Manual data transfer from deals, duplicates and errors |
| Undefined segmentation | Inability to personalize mailings and offers |
What is included in the work
- Interview with key users to identify needs.
- Designing the structure of fields and card sections.
- Setting up custom fields (up to 20 fields).
- Creating robots and triggers for automation (auto-fill, history update).
- Integration with 1C (if required) via CommerceML or REST.
- Training for managers (1-2 hours).
- Documentation on structure and filling rules.
Example of card structure for an IT company
Section "Main": name, TIN (string with length validation), KPP, legal address, website, number of employees (ranges).
Section "Segmentation": client type (list: one-time project / service contract / SLA / partner), industry (list), strategic level (list).
Section "Technical Environment": primary ERP (list: 1C / SAP / other), products used (multi-list), software version (string), last audit date (date).
Section "History": date of first contract (date), total amount of completed projects (number, updated by robot), NPS score (number, quarterly).
Requisites: separate block with auto-fill into deals.
Timeline
Design and implementation of a company card — 2–5 business days. For simultaneous work on all CRM entities (company, contact, deal) — 10–16 days, including interviews with key users and iteration approvals.
Contact us for a consultation on card design — we will evaluate your project within one business day. Get an individual company card structure tailored to your business processes. CRM and Bitrix24 are the foundation for B2B sales growth.







