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-generated Salesforce Apex code

Generate Salesforce Apex code with AI. Describe what you need in plain English and get working code with automatic test classes.

  • Natural language to Apex code
  • Automatic test classes generated
  • Version history with diff view
  • Download as 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 for Outlook

Run your Salesforce Screen Flows from Outlook. Log calls, create opportunities and update records without leaving your inbox.

  • Run Screen Flows directly in Outlook
  • Automatic record lookup based on email address
  • Multi-org support
  • Enterprise-grade security with Microsoft SSO
Arthur Noort

Arthur Noort

Freelance Salesforce Solution Architect

CRM Force Training

Practical Salesforce training for your team

Our own training platform with practical modules, interactive cases and documentation. Purpose-built to help Salesforce teams grow in maturity.

  • Practical training modules for admins and key users
  • Interactive cases with real-world scenarios
  • Company-specific documentation and procedures
  • Track progress per user
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