Friday, June 6, 2014

Important Summer 14 Release Notes

Hi, There are so many interesting things come in Summer 14 Release.Below are some important points.

Increased the size limit for attachments to objects from 5 MB to 25 MB.
Increased the size limit for incoming email messages from 10 MB to 25 MB.
The limit has been raised from three to seven for external IDs on custom fields
Increased the size limit for email messages that come in through On-Demand Email-to-Case from 10MB to 25MB,

Salesforce 1 :
Users can now submit records for approval from the Salesforce1 app.

Opportunity Splits:
Complete Customization Available for Opportunity Splits
You can customize opportunity splits in these ways:
• Add custom fields
• Set up validation rules
• Set up triggers
• Edit page layouts

Forecast :
Now you can Custom Field Forecasts.
Report on Historical Forecasting changes .
Track and Predict Revenue from Custom Opportunity Fields

PriceBook Entries:
Now You can Customize the PriceBook Entries.If your price book entry object has custom fields set as Required, you can’t create price book entries in theSalesforce user interface. You can create price book entries only by using Data Loader or the API.

Order :
Automatically create an order with order products from an opportunity or quote. You can also generate and relate the order to a contract.


Open CTI :
Open CTI helps partners integrate Salesforce with Computer-Telephony Integration (CTI) systems without installing adapter programs on call center users’ machines.

Ask questions and get answers in Chatter with Chatter Questions.


Batch Apex:
Submit more batch jobs simultaneously and actively manage the order of the queued jobs.Up to 100 batch jobs can be in the holding status.
You can monitor and reorder batch jobs that are held in the flex queue in the Salesforce user interface. To do so, from Setup,
click Jobs > Apex Flex Queue

Future Method :
Avoid reaching governor limits in your asynchronous future method by running your method with double or triple capacity for a resource.
@future(limits='2xHeap') Heap size limit is doubled (24 MB).
@future(limits='3xHeap') Heap size limit is tripled (36 MB).
@future(limits='2xCPU') CPU timeout is doubled (120,000 milliseconds).
@future(limits='3xCPU') CPU timeout is tripled (180,000 milliseconds).
@future(limits='2xSOQL') Number of SOQL queries limit is doubled (400).
@future(limits='3xSOQL') Number of SOQL queries limit is tripled (600).
@future(limits='2xDML') Number of DML statements limit is doubled (300).
@future(limits='3xDML') Number of DML statements limit is tripled (450).
Number of records that were processed as a result of DML
operations is doubled (20,000).
@future(limits='2xDMLRows')1
Number of records that were processed as a result of DML
operations is tripled (30,000).









1 comments:

  1. Thanks for this post.

    Do you have summer 14 release exam questions dumps for developer pls?

    ReplyDelete