I have raised this question on the WP Answers as well. But since this uses Salesforce too, wasn\'t sure if I\'d get a response there.
For several years now, I\'ve built up a more-or-less reliable system of emailing static PDFs and Excel files to our non-technical clients.I\'d like to upgrade this process to 2010 technology, preferra
Can someone tell me how to use ajax to load an apex pageBlockTable via ajax on page load?I\'ve seen examples showing how to use an apex actionFunction, but the samples are usually simple (e.g. - retur
I am having a problem using Adobe Air to get contact information. If I import the contacts from Saleforce all I get is the Id of the Account to which they belong.
I am trying to figure out how to开发者_如何学Python create a stateless spring bean that wraps a group of calls to salesforce web service API. My understanding is that the process for calling salesforc
I\'m having a hard time understanding what is going on here. I am trying to code up some onClick javascript for a button on a Force.com li开发者_如何学Cst view for a custom object.
I am new to Apex development and I\'m starting to work on my project in Apex. I would like to do following:
I have a Lead and a custom object called Social Account (API Name = Social_Account__c). I have set a relationship as follows: Lead is a parent of Social Accounts. so a lead has many social accounts.
I have a Visualforce page through 开发者_运维百科which I am trying to access a SDK. It is done using ActiveX control. The VB + JS script that I have runs fine when it is a normal HTML page residing on
I have been supplied a form by Salesforce.com for which I need to do client side validation. I am using the Jquery validation plug-in.