GopalDas.Org

Latest Posts Under: Salesforce

Salesforce

Following are built in exceptions present in apex. AsyncException – Any problem with an asynchronous operation, such as failing to enqueue an asynchronous call. CalloutException – Any problem with a Web service operation, such as […]

Workflow is one of the feature used most in Salesforce, because of the simplicity and it is so powerful. With workflow, administrator can defined Immediate or Time-Dependent Workflow Actions to create new Task, send Email […]

One to One relationship in Salesforce is not available out of the Box. But we can definitely achieve this by creating a new field and a workflow rules to update the field value with record […]

Apex Design Patterns

The following are a list of design patterns supported in a Force.com. Singleton – minimizing object instantiation for improved performance and to mitigate impact of governor limits Strategy – defining a family of algorithms, enscapsulating […]

Force.com platform provides a JavaScript API which provides features to work with sObjects(Standard / Custom) using JavaScript without the help of Apex codes. When to use ? Custom Buttons/Links: Creating a record with pre-populated values, […]

Scroll To Top