You need to sign in to do that
Don't have an account?
How to Add and Replace values of picklist field through meta data api
Hi,
I am Using php tooklit for intergration.
Is there any way I can replace , delete or add new picklist value to an Existing Picklist value.
This is very important for me.
Regards
Abhilash Mishra
I am Using php tooklit for intergration.
Is there any way I can replace , delete or add new picklist value to an Existing Picklist value.
This is very important for me.
Regards
Abhilash Mishra
Please refer below salesforce article which will help you in adding picklist value through api
https://help.salesforce.com/apex/HTViewSolution?id=000002778&language=en_US
Thanks
https://developer.salesforce.com/forums?id=906F000000092beIAA
Thanks.
I Tried php toolkit sample code of creating a custom object and got this Error
Function ("create") is not a valid method for this service
Here is the code.