Blogs

Home - Blog - Page 38

Top 18 Salesforce Interview Questions with Answers

In this blog post, I have covered some very important Salesforce related interview questions with answers. If you are planning to get a job in Salesforce Domain, then i will highly recommend you to start with our top 18 list of Salesforce Interview questions with answers. Question 1) What is Salesforce?? Answer: Salesforce is a

Read More »

Update regarding JavaScript Course

Thank you for stopping by. The wait is over, first half of my new JavaScript course is LIVE on udemy, and for today and tomorrow, you can enroll in the course for just $10. Only for today and tomorrow. If you are struggling with JavaScript, I will highly recommend you to take this course. My courses

Read More »

How to use JavaScript inside Visualforce pages?

Using JavaScript inside Visualforce pages gives you access to a large range of existing JavaScript functionality, such as JavaScript libraries, and other ways to customize your pages. Action tags, like <apex:actionFunction> and <apex:actionSupport>, support Ajax requests. The best way for including JavaScript inside a Visualforce page is placing the JavaScript in a static resource, then

Read More »

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 »