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
- Host: GitHub
- URL: https://github.com/pcon/salesforceapps
- Owner: pcon
- License: gpl-2.0
- Created: 2015-01-29T20:09:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:30:21.000Z (over 3 years ago)
- Last Synced: 2025-08-04T07:39:36.780Z (10 months ago)
- Language: JavaScript
- Size: 647 KB
- Stars: 36
- Watchers: 6
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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