# README
Go Salesforce
This package provides a number of Salesforce helpers in Go:
apex
performs Apex codegen, specifically for sending email.fsdb
provides a Golang SDK and filesystem cache for Salesforce using the Salesforce REST API.sobjects
provides basic structs for Salesforce.workbench
provies a basic XML reader for https://workbench.developerforce.com
For OAuth 2.0 helpers for the Salesforce API, see goauth/salesforce
.
Reference Files
Entity Prefixes
The entityprefixes.csv
file contains the prefixes from the Salesforce Standard Field Record ID Prefix Decoder, Knowledge Article Number: 000005995. This webpage is located here:
For more see Daniel Ballinger's website as mentioned by Salesforce:
Tools
Salesforce CLI:
- https://developer.salesforce.com/tools/sfdxcli
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm
VS Code Extension
https://salesforcedx-vscode.netlify.app/tools/vscode/en/getting-started/install
Contributing
Features, Issues, and Pull Requests are always welcome.