Skip to content

Latest commit

 

History

History

integrate-with-salesforce-basic

OpenFin Workspace Example Application -- Adding your application to Storefront

ℹ️ OpenFin Workspace: OpenFin Workspace is a commercial product and this repo is for evaluation purposes (See LICENSE.MD). Use of the OpenFin Container and OpenFin Workspace components is only granted pursuant to a license from OpenFin (see manifest). Please contact us if you would like to request a developer evaluation key or to discuss a production license.

Integrate with Salesforce - Basic

OpenFin Workspace empowers you to use our integration packages to connect to 3rd party data sources, such as Salesforce.

This example demonstrates connecting to Salesforce, retrieving data and opening a window.

The integration package utilized by this example is @openfin/salesforce.

For more information on the Salesforce integration package and how you should configure your Salesforce platform to be accessible from the OpenFin integration package see Salesforce Integration.

When you have finished configuring your Salesforce platform for access by the integration you should modify provider.ts to include your CONSUMER_KEY and ORG_URL

Getting Started

  1. Install dependencies and do the initial build. Note that these examples assume you are in the sub-directory for the example.
npm run setup
  1. Optional (if you wish to pin the version of OpenFin Workspace to version 20.0.0 and you are on Windows) - Set Windows registry key for Desktop Owner Settings. This example runs a utility dos.mjs that adds the Windows registry key for you, pointing to a local desktop owner settings file so you can test these settings. If you already have a desktop owner settings file, this script prompts to overwrite the location. Be sure to capture the existing location so you can update the key when you are done using this example.

    (WARNING: This script kills all open OpenFin processes. This is not something you should do in production to close apps as force killing processes could kill an application while it's trying to save state/perform an action).

npm run dos
  1. Start the test server in a new window.
npm run start
  1. Start Your Workspace Platform (this starts Workspace if it isn't already running).
npm run client
  1. If you modify the project and wish to rebuild you can run setup again or the build command below:
npm run build

Integrate with Salesforce


Read more about working with Workspace