apex

Salesforce Email Limits

Nov
16

Salesforce limits number of inbound and outbound emails that can be received and sent from Salesforce API or Apex. Here is the summary of email limits imposed on the platform.

Posted By admin read more

[SOLVED] Cannot Upsert Financial Force Sales Invoice Object (No current comany)

Oct
11

We're using the Financial Force for our accounting package within Salesforce, and have written a new class for a change we're implementing which is nothing to do with Sales Invoice object. However, when we tried to deploy the change set, an error occurs on the already deployed trigger on the Sales Invoice object with a working Test Class. The error message on the deployment log shows:

Posted By admin read more

Add Opportunity Contact Roles on Opportunity Update

Mar
19

We're sending an email campaign through Pardot excluding customers who placed an order with us or prospects whom we provided Customer Quotation (SCM Module by Financial Force) with past 30 days. To exclude this list, we must sync Salesforce Opportunity to Pardot Opportunity. Pardot opportunity is tied to a prospect where Salesforce Opportunity is not directly tied to contacts but through Accounts and OpportunityContactRoles. In order to sync Salesforce Opportunity with Pardot Opportunity, OpportunityContactRoles must be created in Salesforce Opportunity.

Posted By admin read more

Salesforce Apex FAQ

May
11

Salesforce Apex resembles Java programming language, but it uses objects to represent primitives and also offer pre-built methods for commonly performed tasks. Here is a list of commonly used primitive object methods, and functions that can be used with Apex programming language.

Posted By admin read more

Salesforce: Retrieve related list with SOQL and Apex

Oct
21

You are working with a Salesforce custom object, and you need to iterate through the related list. How do you retrieve the listed list with SOQL, and iterate through them with Apex? For the illustration purpose, I'm going to use Financial Force object, SCMC__Sales_Order__c. The SCMC__Sales_Order__c has a child relationship, SCMC__Purchase_Orders__r, as shown in the (Force.com IDE) screenshot below.

Posted By admin read more

Salesforce Apex Developer's Guide

Aug
27

This guide is written per SFv31, so if you're working in a future version -- you may have a slightly different menu structure. If you are new to Salesforce, you may want to create an account at http://developer.salesforce.com. This will allow you to create a developer ORG, which you may use to develop SF applications.

Posted By admin read more
Subscribe to RSS - apex