Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Search
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Apex Code Development
1 - 10 of about 4,000 discussions
Sorted by:
...of our Visualforce pages (with custom controller) fails with the following error: Visualforce Page: /apex/i__aaPendingAddrs
caused by: System.DmlException: Insert failed. First exception on row 0...
04-26-2013
03:21 PM
9
Replies
193
Views
...hundreds at times. How can I tweak this Apex to avoid hitting the SOQL Limit (which is currently happening)? trigger NewAddressAssignment on Turf__c (after insert) {
Set<String> releaseName...
05-18-2013
07:29 PM
17
Replies
167
Views
Hi All, I am working on Partner portal. Accounts are visible to all users. I want to show activity history only to account owner. If a partner is not an owner of the account, in this case activit...
05-02-2013
04:51 AM
1
Reply
79
Views
Hi, I am new to salesforce, I got a requirement to Clone Oppertunity and its Child Objects. Please suggest me some method to do this using apex code or trigger Thanks Sudhir
05-14-2013
11:44 PM
2
Replies
82
Views
Dear Sir , i want to calculate no. of the picklist values avaiable in the multiselect picklist of the Object and i want to show that counted value in the vf page thanks u
05-19-2013
04:19 AM
3
Replies
103
Views
...;theRepeat">
<apex:outputText value="{!q.Name}" id="theValue"/><br/>
</apex:repeat >
</apex:page>
<!-- Controller -->
public class repeatCon...
05-17-2013
02:53 PM
3
Replies
149
Views
Hi, How to escape from governor limits in apex class or trigger. please give some examples. Thanks, Sarvesh.
05-18-2013
04:31 AM
5
Replies
150
Views
Hi Everyone, I'm very new to Apex so please forgive a few noob errors. I'm using Apex for date logic, something FLOW falls short on. The following Trigger works "before update" in...
05-17-2013
11:01 AM
1
Reply
102
Views
Hi friends, i have button to call apex page which is fine in chrome and firefox but IE gives errors and page wont popup. anyone knows how to fix? some had saame issues but did not work for me...
05-17-2013
03:27 PM
2
Replies
114
Views
...: Trigger.new) {
if (c.Web_To_Lead__c = true){
rethink3__Requirements__c p = new rethink3__Requirements__c ();
p.rethink3__Contact__c = c.Name...
05-17-2013
09:37 AM
9
Replies
198
Views

