mardi 14 octobre 2014

Update picklist fields in Salesforce from PHP API


Vote count:

0




0 down vote


i am having a problem trying to save/update picklist fields in salesforce from my php application using enterprise soap. The fields are sent as such:



$sObject->Geographical_focus__c = $geo;


where


$geo = Africa;Australia and Oceania;North America;


However i cant get to update the multi picklist... It is a simple picklist that i have added the options each in a row, no dependencies etc.


If i turn the fields in textarea format it works but...


Can you help me? am i missing something?In SalesForce picklist you have different values and names in a picklist and if yes i need to send the values?



asked 1 min ago







Update picklist fields in Salesforce from PHP API

Aucun commentaire:

Enregistrer un commentaire