i am in a strange situation I have an apex page inside that page there is a button on the click of which i call a a javascript method.
We have converted a WSDL file of a Web serivice into the salesforce apex classes. The Web Service is receiving the authentication credentials in Apache axis Stub authentication u开发者_JS百科sername a
I want to create a multi-select Contact Lookup. What i want : When user clicks on a lookup then he should be able to select multiple contacts from that.
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 am building an mobile application for sfdc. i am using apex and visual force and jquery mobile js to create my app.
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\'m developing on the force.com platform (Apex code) and need to do some basic image manipulation (cropping and scaling). The platform does not (yet?) support image manipulation.
I have an apex controller which builds up a list to be displayed in a datatable. The list combines different object, so the variable I create is a List
In salesforce I need to create a visualforce page that includes the fi开发者_运维问答elds of 2 objects. The first object is the QUOTE object. The second objects is a custom object with several fields.