Category: Apex

Governor Limits

As you ma be aware that Apex runs in a multitenant environment, the Apex runtime engine strictly enforces limits to ensure that runaway Apex code or processes don’t monopolize shared resources. If some Apex code exceeds a limit, the associated governor issues a runtime exception that cannot be handled. Some of the common governor limits …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/03/check-apex-limits/

Metadata API

Metadata API Use this API to retrieve, deploy, create, update or delete customization information, such as custom object definitions and pagelayouts, for your organization. This API is intended for managing customizations and for building tools that can manage the metadatamodel, not the data itself.To create, retrieve, update or delete records, such as accounts or leads, …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/02/metadata-api/

Salesforce API

Salesforce provides a WSDL (Web Service Description Language) files. They are called “Enterprise WSDL” and “Partner WSDL”. A WSDL is an XML-document which contains a standardized description on how to communicate using a web service (the Salesforce API is exposed as a web service). The WSDL is used by developers to aid in the creation …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/02/salesforce-api/