apex-code
closing the current popup window on button click in apex using salesforce
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.[详细]
2023-04-08 14:39 分类:问答Salseforce Apex classes support Apache axis Stub authentication
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[详细]
2023-04-06 22:26 分类:问答Create multiselect lookup in salesforce using apex
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.[详细]
2023-04-06 16:24 分类:问答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 分类:问答No event on left click for button in jQueryMobile app
i am building an mobile application for sfdc. i am using apex and visual force and jquery mobile js to create my app.[详细]
2023-04-05 01:02 分类:问答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 分类:问答Image manipulation webservice ("image manipulation as-a-Service")
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.[详细]
2023-04-03 07:33 分类:问答sObject in visualforce?
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[详细]
2023-04-03 00:34 分类:问答Salesforce.com visualforce between 2 objects
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.[详细]
2023-04-02 12:02 分类:问答