Skip to content

grokify/go-salesforce

Repository files navigation

Go Salesforce

Build Status Go Report Card Docs License

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:

https://help.salesforce.com/apex/HTViewSolution?urlname=Standard-Field-Record-ID-Prefix-Decoder&language=en_US

For more see Daniel Ballinger's website as mentioned by Salesforce:

Tools

Salesforce CLI:

VS Code Extension

https://salesforcedx-vscode.netlify.app/tools/vscode/en/getting-started/install

Contributing

Features, Issues, and Pull Requests are always welcome.

About

Library to download and manipulate Salesforce data on the file system

Resources

License

Stars

Watchers

Forks

Languages