Skip to main content

Posts

Script Statement Limits Methods Removed

With Summer'14, the Limits methods for script statements have been removed but are available and deprecated in API version 30.0 and earlier. Because the script statement limit is no longer enforced in any API version since Winter ’14, the associated Limits methods are no longer needed. The affected methods in the Limits class are: getScriptStatements() getLimitScriptStatements( )

Describe Limits Removed

With Summer'14, limits for all Apex describe calls have been removed for all API versions. Describe calls include describes for sObjects, fields, field sets, child relationships, picklists, and record types. You’re no longer limited to describing 100 objects or to xecuting 100 describe statements.

External Organization-Wide Defaults Auto-Enabled for All Organizations

With Summer'14 External Organization-Wide Defaults enable you to set a different default access level for external users. Previously, if your organization wanted Public Read Only or Public Read/Write access for internal users but Private for external users, you would have to set the default access to Private and create a sharing rule to share records with all internal users. With separate organization-wide defaults, you can achieve similar behavior by setting the default internal access to Public Read Only or Public Read/Write and the default external access to Private. These settings also speed up performance for reports, list views, searches, and API queries. External organization-wide defaults simplify your sharing rules configuration and improve recalculation performance. Furthermore, they reduce overhead of sharing checks for search and reports, and improves sharing maintenance around realignments.

Description Field Added to Login IP Ranges

When setting the Login IP Ranges for a profile or your organization, you can also enter a description for each range to help identify the purpose of the range setting. To view or edit the Description field for login IP ranges for each profile: From Setup, click Manage Users > Profiles , then select a profile. In the profile page, go to the Login IP Ranges section. As you add or edit a Login IP Range, use the Description field to provide details, such as which part of your network corresponds to the range.  Very important feature for the organisations which have IP restriction in place. It was really difficult till now to keep track of which IP range is there for which location.