Guides#

Use this section for task-focused walkthroughs once your environment is set up. These guides show practical patterns for authenticating, querying Salesforce data, and handling failures in production-oriented workflows.

If you are new to these workflows, follow this order:

  1. Read Authentication to configure client credentials safely.

  2. Continue with Querying Data for SOQL and SOSL retrieval patterns.

  3. Finish with Error Handling for retries, diagnostics, and exception strategy.

  4. Review Testing for local test execution and integration-test opt-in.

This section is designed to help you:

  • Choose a secure authentication pattern for scripts and applications.

  • Query records efficiently, including pagination and search use cases.

  • Build resilient integrations with explicit error handling and retries.

For first-time package setup, start with the Getting Started section. For API and exception details, see the Reference section. For release history, see the Changelog.