Salesforce has thrown a new error message at me, and so far I haven\'t found anything useful in the docs about this. I am trying to save an object in a controller extension, and it does in fact save t
I am trying to create a dynamic picklist in a datatable. I can set the default value with a single picklist, but not when there are multiple ones. I also need to be able to store the value of whatever
There is a company that uses salesforce software to keep track of all customers and the performance of the employees. I am building a points website, which is about the manager rewarding points to emp
When using the SOAP API to work with salesforce.com (SFDC) it seems that the primary key in the underlying database is Id.Well there seems to be two representations of this value as either a 15 charac
I have been using SOAP to deal with Salesforce.com and have been using the getUpdated() call, using the timestamp I retrieve from the getServertimestamp() call.
I am getting a \'Conversion error setting value\' when I try to save a record in my controller extension. The page looks the way I would expect, but when I select one or more checkboxes, it gives my t
How to fetch more than开发者_如何学JAVA 2000 records through SOQL .... Is there something query more ?call queryMore with the queryLocator provided in the first set of results, keep calling it with th
How do I integrate Salesforce with开发者_如何学运维 Google Maps? I\'m just looking for information on how to...
I\'ve just started using Salesforc开发者_Go百科e and would like to use the Salesforce API in my iPhone app to submit data from the app to the instance.
How would I accomplish what Salesforce.com does for logging in with WCF? I would like to have an authentication service that returns a token on a correct login. Then, each set of service calls would p