- Shipped
- August 20, 2026 at 9:40 PM UTC
- Author
- Kamo
- Commit
- 74a3922
setDirectFieldOnCreateRequest had no companyName case, so the field was unreachable from the manual-import wizard even though CreateLeadRequest carries it and LeadService.createLead already persists it (truncated to 50 chars). On a market with includeCompany = true that left B2B imports with no home for the business name at all. Pairs with the matching case in DaemonService's LeadIntakeProcessingJob and the new field entry in kamo-internal's leadFields.ts — a path not present in both the frontend list and the backend switch is silently ignored.