function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ker Vin.ax1237Ker Vin.ax1237 

Synchronizing picklist values with an external application

Basically, there is a picklist field on Lead called "Program". The values of this picklist have to be synchornized with the values defined in an external application. While updating  the field with a value is straightforward enough (as in a simple field update using dataloader/SOAP API),  I have no idea as to how to update the allowed picklist values of the field. 

 

Can someone give a suggestion?

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

You would need to use the metadata API. As the REST API is read-only at the moment, your best choice would be to write an integration on the external platform to have it periodically update the salesforce.com picklist.

All Answers

sfdcfoxsfdcfox

You would need to use the metadata API. As the REST API is read-only at the moment, your best choice would be to write an integration on the external platform to have it periodically update the salesforce.com picklist.

This was selected as the best answer
Bernhard ReichertBernhard Reichert
But how can I add/modify picklist values from an external platform. Is there perhaps a chance to import teh values in a salesforce object, lets call it "picklist values" and then insite Salesforce somehow fill the picklists