How do I form an XML data string from the APEX queries ? 开发者_运维问答 Any particular class I should be using ?Apex has a Class called XmlStreamWriter for constructing XML document. Refer the docume
Within Joomla were using RSForm then passing the data through to SalesForce eveything works apart from I\'m using a html hidden field then trying to pass this through to sales force t开发者_Python百科
I\'m trying to do integration with Salesforce using their REST API and CF8. I got the OAuth bit working, getting data etc but now I\'m trying to update some records in Contact table.
I\'m looking to write a test for a开发者_StackOverflow function that just returns a value - that\'s it. I\'m not sure how you could do that. I\'m under the impression you have to use system.assert or
I\'m using a VisualForce page to generate a JSON file that\'s read by a jQuery plugin. My page uses a controller to query for records and output them. Code is below:
I have a webservice class that will be in a managed package and distributed to multiple clients. The class currently has a variable with the ha开发者_JAVA百科rdcoded value of the server it\'s hitting.
I need to download all reports for an org with a huge number of reports.If I try to download them all with Eclipse I hit the max retrieve limit.
I\'d like to retrieve a Case record from the Salesforce API. I only have the beginning of the Case Id (don\'t ask why) so I\'ve tried the following query:
I\'m having trouble finding documentation that makes me think that you can make requests with PHP to retrieve product listing from SalesForce. I see plenty of information about getting contacts, but n
Is there a visualforce component for links? I\'d like a link () on my page which can trigger an ajax call to one of the functions in the controller and rerender an element on the page.