Frequently Asked Questions

Common questions about working with CCC, pricing, process, and what to expect.

About CCC

Decorative wall art featuring interconnected geometric shapes like circles, squares, and hexagons, connected by blue lines on a beige background.
  • Speed and accountability. At a large firm, a solutions architect designs the system, hands it to a technical lead, who hands it to a developer, who hands it to a tester. At CCC, one person does all of that. The result: implementations in 8-12 weeks instead of 6 months, and documentation that reflects what was actually built because the person who built it wrote the documentation.

  • CCC was founded by Jeremy Carmona, a 13x certified Salesforce Architect and former journalist. Jeremy works directly with every client. The person in your discovery meeting is the same person configuring your org, writing your documentation, and training your team. When a project requires specialized skills outside Jeremy's scope, he brings in vetted subcontractors who are bound by confidentiality agreements and work under CCC's supervision. The architecture, communication, and accountability stay with one person.

  • CCC provides Salesforce implementation, data governance, and AI governance services for nonprofit, government, healthcare, and enterprise organizations. The focus is practical: architecture that scales, documentation that non-technical leadership can read, and governance that prevents the problems most orgs discover too late. Every engagement is led by a 13x certified Salesforce Architect with 14 years in the ecosystem.

  • Government (FedRAMP, GovCloud, compliance documentation), nonprofit (NPSP, Nonprofit Cloud, donor management), healthcare (Health Cloud, HIPAA compliance), and enterprise (multi-Cloud, large user bases, complex integrations). CCC has worked with USCIS, Environmental Defense Fund, UnitedHealth Group, HRSA, and NYU.

Pricing & Process

Decorative wall art made of wooden shapes and blue lines arranged in a branching pattern on a beige background.
  • It depends on scope. A data quality assessment starts at $5,000. A full Salesforce implementation ranges from $15,000 to $75,000 depending on complexity. Training workshops range from $2,500 (half-day) to $15,000 (executive session). Every engagement begins with a free consultation to determine scope, timeline, and fixed pricing. No hourly billing surprises.

  • Most projects are fixed-price based on a scoping document you approve before work begins. You know the total cost before the first configuration starts. For ongoing administration support, CCC offers monthly retainers starting at $3,000/month (15 hours, 24-hour response time, 3-month minimum). Ad hoc support is available at $175/hour for one-off requests.

  • CCC's pricing already reflects the realities of nonprofit budgets. Registered nonprofits receive a discount on service rates. CCC also provides a limited number of pro bono hours annually to causes aligned with its values. Discuss your budget during the free consultation and we'll find a scope that works.

  • For project engagements, a 30-50% deposit is standard to secure scheduling and begin work. The remainder is invoiced at project milestones. For monthly retainers, invoicing is monthly in advance. For ad hoc support, invoicing is monthly in arrears.

  • Three steps. First: take the AI Readiness Scorecard (2 minutes, free). Second: book a 15-minute call to walk through your results. Third: receive a scoping document with timeline, deliverables, and fixed pricing. No pitch decks. No sales scripts.

Services & Implementation

Wooden wall art connected with blue lines, featuring circles, squares, and hexagons, resembling a network or tree diagram, mounted on a beige wall.
  • CCC offers five core services: Salesforce Implementation (architecture, configuration, go-live), AI Governance (review cycles, ownership, human oversight), Data Governance and Migration (deduplication, standardization, migration planning), Training and Documentation (admin training, certification prep, admin runbooks), and ongoing Administration Support (retainer-based or on-demand). Full details on each service are on the Services page.

  • Small implementations (single Cloud, under 50 users): 6-8 weeks. Medium implementations (multi-Cloud, 50-200 users): 8-12 weeks. Complex implementations (GovCloud, multi-department, integrations): 10-16 weeks. Data quality assessments: 1-2 weeks. Data migrations: 2-8 weeks depending on volume. We provide a detailed timeline with milestones before starting.

  • Every implementation includes 30 days of support after go-live: bug fixes, configuration adjustments, and questions handled by the same person who built the system. For ongoing support beyond 30 days, clients can purchase a monthly retainer or use ad hoc support at $175/hour.

  • Zoom for meetings. Confluence for project documentation and knowledge bases. Google Drive for shared files. Salesforce sandboxes for development and testing. Jira for task tracking when needed. You'll have visibility into project progress at every stage.

Salesforce & Technical

Wooden wall art connected with blue lines, featuring circles, squares, and hexagons, resembling a network or tree diagram, mounted on a beige wall.
  • A data migration moves records from an existing system (spreadsheets, legacy CRM, another database) into Salesforce. The process has five stages: data extraction from the source system, field mapping (matching source columns to Salesforce fields), data cleaning (standardizing formats, removing duplicates, filling gaps), test loading into a Salesforce sandbox, and production loading with validation.

    Most migration problems happen before the data reaches Salesforce. Duplicate records, inconsistent formatting (e.g., "NY" vs "New York" vs "new york"), and missing required fields cause the majority of post-migration issues. CCC addresses these in the cleaning stage, not after go-live.

    Migration timelines vary by volume: under 10,000 records typically takes 1-2 weeks; 10,000 to 100,000 records takes 3-5 weeks; over 100,000 records takes 6-8 weeks. These timelines include testing and validation, not just the data load itself.

  • Five signs indicate an org audit is overdue. First, reports show data that leadership questions ("these numbers can't be right"). Second, automations fire at unexpected times or produce duplicate records. Third, new hires take more than two weeks to learn the system. Fourth, nobody can explain what a specific Flow or Process Builder automation does. Fifth, your org has more than 20 custom objects and no data dictionary.

    A Salesforce org audit reviews five areas: data quality (duplicate rates, field completeness, validation rule coverage), automation health (Flow logic, trigger conflicts, governor limit proximity), security model (profile and permission set configuration, field-level security gaps, sharing rule accuracy), technical debt (unused fields, deprecated automations, sandbox drift), and documentation gaps.

    CCC's audits take 1-2 weeks and produce a prioritized action plan, not a 100-page report. The deliverable tells you what to fix first, what can wait, and what to stop doing.

  • The Salesforce Trust Layer is a set of security controls that sit between Salesforce data and external AI models. When Einstein, Copilot, or Agentforce sends data to an LLM for processing, the Trust Layer handles three phases.

    In the Prompt Journey, the system retrieves relevant CRM context (dynamic grounding) and then masks sensitive data: PII, payment card numbers, and protected fields are replaced with placeholders before anything leaves Salesforce. During Response Generation, the masked prompt reaches the LLM through a unified gateway. Salesforce maintains zero data retention agreements with providers like OpenAI and Azure, meaning the provider cannot store your prompt data or use it for training. In the Response Journey, the AI output passes through toxicity detection (which assigns a confidence score logged to an audit trail) and then de-masking (where original data replaces the placeholders).

    The Trust Layer matters because Salesforce AI features send your data to external systems for processing. Without these controls, a user asking Copilot to "summarize this account's history" could inadvertently send Social Security numbers or health records to a third-party model.

    The critical distinction: the Trust Layer prevents data leaks. It does not prevent bad decisions. Your organization still needs governance to decide who can use AI features, which objects AI can access, and what happens when AI produces incorrect results.

  • This is a design decision that depends on complexity, volume, and maintenance requirements.

    Use Flow when: the automation involves standard CRUD operations (create, read, update, delete), the logic has fewer than 10 decision branches, the team maintaining the org does not include developers, and the trigger volume is moderate (under 10,000 records per batch). Flows are declarative, meaning admins can read and modify them without writing code. For AI agent triggers specifically, Flow is appropriate when the agent performs simple record lookups, field updates, or notification sends.

    Use Apex when: the logic requires complex data transformations, the trigger handles high-volume operations (over 10,000 records), the automation needs precise error handling beyond Flow's fault connectors, or the agent trigger interacts with external APIs that require custom authentication. Apex gives you direct control over governor limit consumption and transaction management.

    The wrong answer is "always use Flow because it's no-code." A Flow that handles a complex multi-object transaction with nested loops and subflows can be harder to debug and maintain than the equivalent Apex class. The right answer depends on who will maintain it and how complex the logic is.

    CCC's rule of thumb: if the automation takes more than 15 minutes to explain to a senior admin using the Flow canvas, it probably belongs in Apex.

  • A complete Salesforce RFP should cover eight areas: current state (what systems you use today, how many users, what works and what doesn't), desired outcomes (what "done" looks like in business terms, not technical specifications), scope boundaries (what is included and what is explicitly excluded), timeline expectations (hard deadlines, soft preferences, dependencies on other projects), budget range (a range is better than no number, because it helps consultants self-select), evaluation criteria (how you will compare proposals, weighted by priority), required deliverables (documentation, training, post-launch support expectations), and team availability (who from your side will participate and how many hours per week).

    The most common RFP mistake is specifying solutions instead of problems. "We need a Flow that sends emails when opportunities close" is a solution. "Sales reps don't follow up after deals close, and we lose 20% of upsell opportunities" is a problem. The second version gives the consultant room to recommend the right approach, which may not be the one you assumed.

  • For someone with no technical background, reaching job-ready competence in Salesforce Administration takes 8 to 12 weeks of focused study (15-20 hours per week). This covers the Salesforce Administrator certification exam objectives: data management, security and access, automation, customization, reports and dashboards, and app deployment.

    CCC's training program at NYU Tandon School of Engineering follows this timeline and has achieved an 80% job placement rate across 160+ students. The program is designed for career changers and non-technical staff who need practical skills, not academic theory.

    The Salesforce Administrator certification exam itself requires understanding of approximately 65 topics across 7 domains. Pass rates for first-time test takers average 60-65% according to community surveys. With structured preparation, that rate rises to 80%+.

    The most effective study approach: hands-on practice in a free Salesforce Developer Edition org, Trailhead modules for concept learning, and practice exams for test readiness. Reading documentation alone is not sufficient. Salesforce is a hands-on skill.

Training & Certification

Wooden wall art depicting a branching hierarchy or organizational chart with circles and squares connected by blue lines, mounted on a light-colored wall.
  • Yes. CCC's training program is built from 160+ students taught at NYU Tandon School of Engineering with an 80% job placement rate. Training options include admin training, end user training, leadership training, and certification exam prep. Formats range from half-day workshops ($2,500) to executive sessions ($15,000). All training uses hands-on sandbox exercises, not slides.

  • Yes. CCC's certification prep covers every exam objective for the Salesforce Administrator certification: data management, security, automation, customization, reports, and analytics. The program includes a structured study plan, exam guide breakdowns, and practice scenarios. The same program produced 80% job placement at NYU.

  • No. CCC's training is designed for people who weren't born speaking tech. Career changers, non-technical staff assigned to Salesforce roles, and teams with low user adoption are the most common training clients. Every concept is explained in plain language with hands-on exercises in a sandbox environment.

Templates & Resources

Wall-mounted wooden pegboard with interconnected geometric shapes on a light beige wall.
  • CCC publishes free Salesforce guides, screening templates, and governance checklists on the blog. The recruiter series (10 free guides) and the org health series (10 free guides with companion templates) are available at clearconciseconsulting.com/blog. The AI Readiness Scorecard is free at clearconciseconsulting.com/scorecard.

  • Yes. Premium templates, governance kits, and training resources are available on Gumroad at gumroad.com/clearconciseconsulting. Categories include Salesforce Architecture, AI Governance, Training and Career, and Nonprofit Tools. Every paid resource includes lifetime updates.

Logistics

Wooden wall decor with interconnected geometric shapes including circles, squares, and hexagons connected by thin lines, arranged in a branching pattern on a light beige wall.
  • Yes. CCC works remotely with organizations across the US. Past clients include teams in New York, Washington DC, and distributed organizations with staff in multiple states. Most work is done via video calls and shared project tools. In-person workshops can be arranged for larger engagements.

  • Clear Concise Consulting, 228 Park Ave S #871721, New York, NY 10003.

  • Email: j.carmona@clearconciseconsulting.com. Or use the contact form at clearconciseconsulting.com/contact. Active clients receive direct access for project-related communication.

  • CCC signs mutual non-disclosure agreements and follows best practices for access control. All subcontractors are bound by confidentiality agreements. CCC never shares client data with third parties. Separate sandboxes and two-factor authentication are standard for all sensitive work.

  • Start with the scorecard. It takes 2 minutes and gives you a clear picture of where your org stands across five categories. From there, we can have an informed conversation about what's working, what's not, and whether CCC is the right fit.

Still have questions?

Book a 15-minute call. No sales pitch. Just answers.