Module: violetStoreSF

Plugin which makes it easy to store, update, retrieve, and delete data form an underlying data store, i.e. a Salesforce Org. Additionally there is some support for performing and returning search results as well.

You can give the API a SOQL query or use one of the easier API's and the plugin will generate the query.

When giving accessing the api's using a '*' at the end of an object name or object data key is used to indicate a built-in attribute for Force.com; attributes are otherwise assumed to be custom and have a '__c' added to them.
Source:

Classes

VioletStoreSF

Members

(inner) store

Allows access to the store
Source:

Methods

(inner) connected()

Returns a promise which will resolve with the store having access to the Salesforce API's
Source:
Documentation generated by JSDoc 3.5.5 on Sat Mar 14 2020 19:55:45 GMT-0400 (EDT)