Skip to content

Manage picklists in any Salesforce Org from one place using OAuth 2.0 and Metadata API

License

Notifications You must be signed in to change notification settings

logontokartik/Picklist-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picklist-Manager

UPDATE

Updated to the latest version of Metadata API and enhanced the UI completely. No more asynchronous waiting when calling MetadataAPI, results are returned immediately.

Manage picklists in any Salesforce Org from one place using OAuth 2.0 and Metadata API

Working Sites URL

http://picklist-developer-edition.na15.force.com/

The above is built using Force.com Sites

Configurartion

OAuth Custom Settings need to be defined for your application to work with Authentication. Right now I am using only Org wide defaults. * OAuthURL = https://login.salesforce.com/services/oauth2/authorize?response_type=code * Client ID = "Your Client ID setup via Remote Access" * Client Secrent = "Your Client Secret setup via Remote Access" * Redirect URI = "If you are using the Sites, redirect URI is the Sites Home Page" * OAuthEndpoint = https://login.salesforce.com/services/oauth2/token

TODO

* Need to write Apex Test Classes * Make it work with Large number of Picklist Value Inserts / Deletes (Batch process?)

About

Manage picklists in any Salesforce Org from one place using OAuth 2.0 and Metadata API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages