Partners & Tools

Tools that contribute to control and adoption within Salesforce.

In our work, we see which tools make the difference. Here we share solutions that we use ourselves or that have been developed by specialists from our network.

Each tool is tested against our core principle: does it contribute to the Salesforce maturity of an organization?

Apex Studio Builder

AI-gegenereerde Salesforce Apex code

Genereer Salesforce Apex code met AI. Beschrijf in gewoon Nederlands wat je nodig hebt en krijg werkende code met automatische testklassen.

  • Natural language naar Apex code
  • Automatische testklassen gegenereerd
  • Versiegeschiedenis met diff-weergave
  • Download als deployment-ready ZIP
Pascal van de Braak

Pascal van de Braak

Freelance Salesforce Consultant & Digital Strategist

Your description:

"Create a service class that retrieves accounts based on industry"

AccountService.clsAI Generated
public with sharing class AccountService {
    
    public List<Account> getByIndustry(
        String industry
    ) {
        return [
            SELECT Id, Name, Industry,
                (SELECT Id, Name 
                 FROM Contacts)
            FROM Account 
            WHERE Industry = :industry
            WITH SECURITY_ENFORCED
        ];
    }
}
+ Test class included
Outlook
JS

Jane Smith

jane@acmecorp.com

Re: Contract Renewal Discussion

FlowRunner

Log Sales Call

Quick log call details

New Opportunity

Create opportunity from email

Update Contact

Edit contact details

FlowRunner

Salesforce Flows voor Outlook

Voer je Salesforce Screen Flows uit vanuit Outlook. Log calls, maak opportunities aan en update records zonder je inbox te verlaten.

  • Screen Flows direct in Outlook uitvoeren
  • Automatische record lookup op basis van e-mailadres
  • Multi-org ondersteuning
  • Enterprise-grade beveiliging met Microsoft SSO
Arthur Noort

Arthur Noort

Freelance Salesforce Solution Architect

CRM Force Training

Praktische Salesforce trainingen voor jouw team

Ons eigen trainingsplatform met praktische modules, interactieve cases en documentatie. Speciaal ontwikkeld om Salesforce-teams te helpen groeien in volwassenheid.

  • Praktische trainingsmodules voor admins en key users
  • Interactieve cases met echte scenario's
  • Bedrijfsspecifieke documentatie en procedures
  • Voortgang bijhouden per gebruiker
Pascal van de Braak

Pascal van de Braak

Freelance Salesforce Consultant & Digital Strategist

crmforce.nl/training
CRM Force Training
Salesforce BasicsCompleted
Flow BuilderIn progress
Reports & DashboardsNew
Practical learning

Suggest a tool or partner?

Do you know a tool that fits our ecosystem? Or have you developed something yourself that helps Salesforce teams? We'd love to hear from you.

Contact us