An open API service indexing awesome lists of open source software.

https://github.com/pcon/salesforceapps

A collection of apps written for the Salesforce platform
https://github.com/pcon/salesforceapps

Last synced: 10 months ago
JSON representation

A collection of apps written for the Salesforce platform

Awesome Lists containing this project

README

          

# SalesforceApps
A collection of apps written for the Salesforce platform

## Object Describe Browser
A quick and easy way to describe objects using [JSforce](https://jsforce.github.io/) and [Angular](https://angularjs.org/)

* [Read more](https://developer.salesforce.com/blogs/developer-relations/2015/02/using-metadata-api-describe-objects.html) on the Salesforce Developer blog
* [Read more](https://github.com/pcon/SalesforceApps/tree/master/objDesc) on github

## Node Scripts
A collection of NodeJS scripts I've written to interact with Salesforce

* [Read more](https://github.com/pcon/SalesforceApps/tree/master/node_scripts) on github

## Runkeeper Integration
Some example code and utility class for interacting with Runkeeper from Salesforce

* [Read more](https://github.com/pcon/SalesforceApps/tree/master/runkeeper) on github

## Salesforce Doc Rewriter
A Google Chrome extension for rewriting URLs the point to the old documentation to automatically go to the new documentation.

* [Read more](https://github.com/pcon/SalesforceApps/tree/master/docsRewriter) on github

## Object permissions
The idea behind this script is to provide a CSV file for all users that have any access to a provided Salesforce object. This script will output the user's id, username and true/false for the permissions that the user has

* [Read more](https://github.com/pcon/SalesforceApps/tree/master/objectPermissions) on github