apex-code
Synchronize SalesForce calendar with Google Calendar
Does a开发者_JAVA技巧nyone know how to synchronize SalesForce calendar with Google Calendar without using 3rd party apps or services like Appirio?[详细]
2023-03-05 11:10 分类:问答Any APEX (salesforce.com/database.com) advantages over Ruby on Rails?
I\'m a developer who\'s about to begin building a relatively complex web application. I was going to build it in Rails or some other MVC framework for PHP such as Yii.[详细]
2023-03-04 23:40 分类:问答Update opportunity when lead is inserted via trigger in salesforce
I want to write a bulk trigger (keeping governer l开发者_开发问答imits in mind) such that when a new lead is inserted whose \'x\' field value is same as \'y\' field value of some opporunity, It update[详细]
2023-03-03 11:43 分类:问答Elementary Apex Object IDs
Quick Question.In the below code, you can see that the for loop (which takes all of the records in newTimecards and puts them as a variable called timecard) and adds the Resource_c to the resourceIds[详细]
2023-03-02 22:16 分类:问答Elementary Apex Trigger Logic Breakdown
I\'m trying to learn Salesforce.com\'s Apex programming language and I have an example of some code here that comes from the book \"Development with the Force.com Platform\" by Jason Ouellette.I\'m st[详细]
2023-03-02 05:27 分类:问答visualforce selectRadio --- how to get reference via Javascript?
I have radio button control and from my Javascript, I\'m trying to get the array of radio input via javascript getElementsByName()[详细]
2023-02-28 02:53 分类:问答Exceptions in apex class constructor
I\'ve been trying to catch an exception in a Salesforce custom apex class but doesn\'t seems to work.[详细]
2023-02-27 09:37 分类:问答Salesforce.com deployment
We are currently working on a Salesforce.com custom APEX project that involves a lot ofapex classes, triggers and Visualforce pages. We also have numerous applications from AppExchange that are part o[详细]
2023-02-26 19:24 分类:问答What is the best way to insert 2 million records to Account object in salesforce
We have used Apex Data Loader to insert/delete records, but it is taking more time when the huge data.[详细]
2023-02-26 03:27 分类:问答How to extract time for local time zone
Hi All I want to extract time for my local time zone which i have set in my personal information likeconsider apex code below:[详细]
2023-02-21 01:52 分类:问答