Big Idea or Enduring Question: How do you resolve the FIELD_CUSTOM_VALIDATION_EXCEPTION error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility – If a user starts creating a new
Tag: Apex trigger
Auto Invite Customers to a Chatter Group
Big Idea or Enduring Question: How can you automatically invite customers to a Chatter Group? Objectives: This blog post will help us to understand the following Create a Flow to auto-invite customers to a chatter group. Use get element to avoid hard code of Id Understand how to use Flow
Max your potential with Apex! – Excercise 2
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,
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
