Mytutorialrack

Blogs

Home - Archives for Deepika Khanna - Page 12

Reasons Why Learning New Skill Is Important

When you think about the things you do everyday, you probably wouldn’t put learning new skills on the list. Living a busy and hectic lifestyles makes it very difficult to think about learning new skills and trying something new, but you could be really missing out on something great personally and professionally. There are huge

Read More »
Uncategorized

Basics of Writing a Salesforce Test Class

In this blog post, I will cover some basic concepts while writing your Test class in Salesforce.I will be using some code snippets to illustrate : seeAllData: Using this annotation isTest(seeAllData=true) you will be able to access the records in your organization.If you are fetching records from the database in your test class, then set

Read More »

Top 5 Favorite Lightning UI Features

In this blog post, I will discuss about my top 5 favorite lightning UI features. I hope you will enjoy this blog post. Here is the list of my favorite Lightning UI features: 1) Drag and Drop Homepage Components: The homepage of Lightning UI is fully drag and drop. You can customize it according to your

Read More »
Salesforce

10 Salesforce Extensions That Will Make You Salesforce Expert

In this blog post, I have listed some of the highly productive Salesforce Extensions on Google Chrome. To make it easier, I have categorized extension on the basis of functionality.Please take a look at these extensions and let me know which is your favorite extension and why? Salesforce Chrome Extensions that you must use We

Read More »

Why Platform Developer 1 Certification is so important?

As you already know, Salesforce is one of the hottest technologies out there. Mentioning Salesforce Platform Developer Certification is definitely a plus point and makes you stand out from the rest. You might be wondering what is the point of getting certified and what you will gain by getting certified. Well, below are some reasons

Read More »
Salesforce

Exception Handling in Salesforce

I always had this bad feeling, that I wasn’t following the best practices handling exceptions in Apex. In most of the cases, I wasn’t doing any exception handling. What is an exception? An exception is a condition which changes the normal flow of program execution.That is when something bad happens which the program can’t handle

Read More »

Introduction to Force.com REST API

REST API provides a powerful, convenient and simple Web Services API to interact with Force.com platform. REST API uses same underlying data model and standard objects as those in SOAP API.They also follow the same limits as SOAP API. Advantages of using Force.com REST API Ease of integration. Ease of development. It works great with

Read More »

Actionfunction component with example

ActionFunction component triggers an action whenever a user clicks on a custom link or a button inside a visualforce page. In visualforce, actionFunction is used to call method inside a controllers as a JavaScript function. ActionFunction can be used anywhere inside a visualforce page to call action which include custom javascript code. ActionFunction is a

Read More »

Force.com IDE: Improve the performance of Force.com Eclipse IDE

Salesforce developers spend lot of time waiting for file Save operation to finish. This is a big problem for developers working on big Force.com projects which includes large number of classes, pages, objects and components. I recently found out a way to boost-up the save and refresh speed on Force.com Eclipse IDE. The secret to

Read More »