Innovative Salesforce Solutions
Innovative Salesforce Solutions
We love the Salesforce platform. And we love to give clients value for money. Our offerings draw on over a decade of hands-on experience designing and building efficient, reliable, configurable solutions that extend the standard Salesforce features.
We also offer tools that will reduce your development time, improve code quality, help you write best-practice test methods and smooth your path to production.
Here are some of our products.
Software development and testing is expensive. We know - we're experienced Salesforce developers ourselves.
That's why we have created the Advanced Flow Manager so that vendors can deliver highly interactive, customised solutions to their clients using clicks not code.
Need to implement a complex business process? Configure it using the Flow Designer.
Need to design lots of Lightning Pages? Configure them using the Form Designer.
Need some server-side processing? Write modular, decoupled, reusable methods using a standardised framework.
Writing test methods for Apex triggers and Batch classes?
Salesforce best practice is to use bulk data - at least 200 records.
Create the handful of records where you know the data, then use this tool to add bulk records with randomised data.
Create 200 Accounts, each with three Opportunities, and give each Opportunity 5 line items - in just a few lines of code
The Test Data Factory handles standard and custom objects and identifies and populates required fields automatically.
You'll wonder how you ever managed without it!
Some Salesforce Apps use custom objects to store data / metadata that configures your solution.
This is a problem for your path to production - the data has to be re-entered manually.
Data Migrator lets you pull data from a managed package in one Salesforce org and recreate it in another - and restores the parent / child relationships between records.
This offering is at the working prototype stage.
Custom Labels, Custom Settings and Custom Metadata are all great, however there are times when you need to use a hard-coded string in your Apex code.
Best practice is to place all of these strings in a Constants class.
Use this tool to scan your code base and:
- identify all hard-coded strings
- create a new entry in your Constants class
- save updates directly from the tool using the metadata API
This offering is at the working prototype stage.
Do you have a Full Data sandbox that you use for testing?
You are exposing your valuable data to the testers!
Use this tool to configure a collection of the objects and fields that contain sensitive data, then populate those fields with randomised data.
This offering is at the 'light bulb' stage.