salesforce
SalesForce Web Service By WSDL - Invalid Login SOAP Error
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[详细]
2023-04-05 07:00 分类:问答Salesforce Compilation errors on generating apex class from WSDL
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:[详细]
2023-04-05 06:08 分类:问答How do I update a class variable from a trigger in Apex?
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.[详细]
2023-04-05 00:33 分类:问答Belongs to association in Sencha
How can i f开发者_运维技巧etch a record using belongs to association ? var Category = Ext.regModel(\'Category\', {[详细]
2023-04-05 00:12 分类:问答Salesforce: Moving custom object with data to contact after lead to contact conversion?
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[详细]
2023-04-04 20:01 分类:问答Decrypt Salesforce text blob Body via Javascript
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\'\[详细]
2023-04-04 04:50 分类:问答Salesforce Apex error: SELF_REFERENCE_FROM_TRIGGER
Error: Invalid Data. Review all error messages below to correct your data. Apex trigger triggerOpportunityCloseInstallDateChange caused an unexpected exception, contact your administrator: triggerOpp[详细]
2023-04-04 03:12 分类:问答Does the Salesforce REST API callback url need to be HTTPS?
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[详细]
2023-04-03 20:22 分类:问答In Visualforce pages, is it possible to use the command line in the Firebug console?
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.[详细]
2023-04-03 13:05 分类:问答How do you refresh a SFDC Developer org?
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.[详细]
2023-04-03 02:41 分类:问答