I am trying to connect to the SalesForce web service and return some data in a web page.I am new to this WSDL stuff.So first I created a very simple console application.I just wanted to see if I could
When I am trying to generate Apex classes from the below WSDL file I am getting the The following generated class(es) have compilation errors:
I\'ve declared a class with a public variableLPAssign.I wanted to have an initial value of 1, which would then update every time a trigger is run.
How can i f开发者_运维技巧etch a record using belongs to association ? var Category = Ext.regModel(\'Category\', {
I have some leads which have a custom browsing activity object which stores the links they browse through. When I convert a lead to a contact, everything except the custom object gets transferred over
I have some Javascript where I extract the Body of a static resource file: function test() { var query = sforce.connection.query(\"Select Body from StaticResource where Name = \'StaticResourceFile\'\
Error: Invalid Data. Review all error messages below to correct your data. Apex trigger triggerOpportunityCloseInstallDateChange caused an unexpected exception, contact your administrator: triggerOpp
I have been trying to connect to the Salesforce REST API but am not having very much luck. The Salesforce REST API Quick Start Guide states that an HTTPS callback url is required, but then in the exam
On Visualforce pages, commands run in the Firebug console command line don\'t seem to work. For example $(\".myClass\").show(); returns TypeError: $(\".moreInfo\") is null.
Okay, this should be painfully obvio开发者_如何学JAVAus, however I haven\'t been able to figure out how to refresh my developer edition salesforce.com org.