Categorygithub.com/grokify/go-salesforce
repository
0.2.56
Repository: https://github.com/grokify/go-salesforce.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Salesforce

Build Status Lint 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.