Is it possible to integrate开发者_开发问答 Issue tracking provider such as SalesForce with IntelliJ IDEA?
I have an application that submits bugs for multiple customers to multiple destinations. I would like this application to include salesforce as a destination. I have web reference to the Enterprise WS
In Salesforce you can set up various workflow processes or build API a开发者_StackOverflow中文版pps that send email. For most standard Salesforce orgs, there is a limit of 1000 emails per day. (e.g. s
I\'m writing a VisualForce page to replace an old legacy S-Control. Originally the Custom S-Control was launched from a Custom Button, and it opened in a new browser window (The S-Control is type HTM
In the page below,Topic__c is a single-select picklist. My intention is to have this list control which of the input fields is available below. The user s开发者_StackOverflow社区elects an option, and
I have some code that automatically assigns a Lead to a Queue via a before Update trigger when certain conditions are met. When leads are assigned though the UI, the \'Send Assignment Notification\' c
I\'m trying to write an \"after update\" trigger that does a batch update on all child records of the record that has just been updated. This needs to be able to handle 15k+ child records at a time. U
While attempting to transfer data from Salesforce using Apex Data Loader to Oracle Keep getting the following error:
We\'re developing applications for AppExchange and are trying to figure out the best way to do development and release management.There are several issues around this:
I\'m looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use 开发者_高级运维Visualforce with an Apex controller/extension to access t