This is the fifth week of posting a ‘use case a day’ so that a newbie can practice. These five weeks also gave me some time to relax – for, because I was posting a ‘use case a day’, I did not write any blogs. Now, it is time to
Tag: Apex
Max your potential with Apex! – Excercise 1
As of this point, we have completed several trails on Trailhead and are counting! As a result, we have amassed theoretical knowledge and have some practical experience. But, since our drive to learn Salesforce is insatiable, we want more! Learning by doing is the key. So, let us look at
[Introducing My New Book] Mastering Salesforce CRM Administration
I’m still pinching myself. My new book Mastering Salesforce CRM Administration was out yesterday (03/27/2017). Salesforce.com is one of the fastest-growing and demanding technologies at the moment. Mastering Salesforce CRM Administration is a hands-on guide that will help Salesforce newbies (who have a basic knowledge of Salesforce), new or experienced Salesforce administrators,
Use an Inline Visualforce Page to auto launch a Flow
An inline Visualforce page allows us to embed a Visualforce page to standard page layouts. A Visualforce page would be available for embedding in the standard page layouts provided the page is using the standard controller of that particular object. You can auto-launch a flow without user interaction, using the following methods
Why Salesforce Developers Need Source Control
Why every admin, developer, and architect should use source control. This is a guest post by Alex Brausewetter, founder of Blue Canvas. Blue Canvas builds tools for Salesforce developers and admins looking to implement source control and CI. Nearly all modern software development teams use version control today. Unfortunately, the
Apex Coding Standard and Avoid Vulnerabilities Security Issues
Salesforce.com Inc. is a global cloud computing company headquartered in San Francisco, California. Salesforce.com is best known for its customer relationship management (CRM) products like Sales Cloud, Service Cloud, Chatter, etc. These days companies are using it to streamline their Sales or service process. To Implement Salesforce sometimes does require writing Apex
Count Records in a Related List using Apex
If you want to populate a field with the count of the number of records in a specific related list on a custom object. Without using roll-up summary field, then this blog post is for you. I will suggest two triggers. First trigger on the child object (to cause a