Skip to content

getplayforce/playforce-query

Repository files navigation

Playforce Query

Playforce Query is a Complementary (free) Node based SOQL and REST client for Salesforce.

  • Switch seamlessly between SObject REST & SOQL content
  • Work with multiple queries at a time
  • Edit with dynamic and reference aware autocomplete
  • Execute items quickly (just press Ctrl-E on the required row)
  • Multiple Salesforce environments supported
  • Sort, filter, and export results
  • Click an ID to view Object JSON or open directly in Salesforce
  • Secure authentication via Salesforce OAuth 2.0 Web Server Flow (Authorization Code Flow)
  • No Salesforce CLI, VS Code or Browser Extensions required!

Learn more at getplayforce.com

Authentication Methods

  • OAuth 2.0 Authorization Code Flow (recommended) - Interactive browser-based login with MFA support
  • Password Grant - Direct username/password authentication
  • Client Credentials - 'Server-to-server' authentication

See Configuration Guide for detailed setup and authentication instructions.

Installation

To use

git clone https://github.com/getplayforce/playforce-query.git
cd playforce-query
npm i
npm run start

See Configuration Guide for setting up your environment config files

screenshot

Bug Reports and Feature Requests

This project is shared as-is and is not currently accepting pull requests. Issues may be used for bug reports & feature requests.

About

A Node based SOQL and REST client for Salesforce

Resources

Stars

Watchers

Forks