As a developer, I had second thoughts about approaching the Advanced Administrator exam. I felt that it may not be necessary but soon I felt that I needed to nail this exam before I start working for the big one which is the Technical Architect exam. As always work and other things kept me from […]
Month: April 2015
Salesforce certified Developer (DEV 401) practice questions – 1
These are original questions which I came up with from the “Force.com Fundamentals” to help folks to prepare for their DEV 401 exam. Use these questions as a reference and preparatory tool ONLY. Please do provide feedback in the comments below. I hope these questions help you. I will keep adding questions in subsequent posts.
Writing your first APEX trigger (with a test class as well!)
If you are new to programming on the awesome Salesforce platform, you might have come across the need to write Triggers. Initially, most folks have trouble understanding how triggers work. So why don’t we write a simple APEX trigger and see how triggers work in Salesforce. A trigger is basically a piece of code that […]