Salesforce ·
Building a Mapping Application in Apex
A complete walkthrough of building a field mapping application in Apex — service classes that read mapping configuration from Custom Metadata, a controller that coordinates the logic, a Visualforce page to run it, and full test coverage.
#salesforce
#apex
#architecture
#service-layer
#controller