Salesforce Files had been introduced with replacement of Attachment/Document object and with some great features like version controlling, sharing, preview and what not. We used to use Attachment/Document object for file hosting like images and pdf (specially on Classic). And if we
Read More
The Pre-Release Sign Up is LIVE and you know that means you can explore and hunt new features/improvements. The #Spring20Treasure Hunt is ON! #BeReleaseReady Sign up for a Spring ‘20 Pre-Release Org: https://www.salesforce.com/form/signup/prerelease-spring20/ Following are the gems/features/improvements I have found so far, Task Assignment on Queues
Read More
For Winter 20′ release maintenance trail, you have to do a Hands-on Challenge to add Lightning Web Component as Salesforce Tab. Requirement : Create a Lightning web component and add it as a custom tab in the App Launcher and navigation menu.
Read More
Have you ever run into this error? “Upsert with a field specification requires a concrete SObject type” Basically it is saying that you cannot declare a list of type sObject and then try to use the upsert command against that list. That
Read More
You can use the case deflection component on its own, just need to tweak your form to register the event used by the deflection component and fire it with the field + field value parameters on field change or blur. For example:
Read More
Let us discuss here how to use the lightning-record-form . A lightning-record-form component enables you to quickly create forms to add, view, or update a record. Using this component to create record forms is easier than building forms manually with lightning-record-edit-form and lightning-record-view-form. However, lightning-record-form does not support client-side validation quite
Read More
This article will not explain what is already available in Salesforce documentation. We will better discover advanced use cases to extend Web2Lead usage. If reCAPTCHA is used in web-to-lead or web-to-case configuration, the transformation to an API as explained below will not
Read More
Three years back I wrote this simple PHP Script to test Salesforce omni-channel routing for cases created from Salesforce and hosted it on my personal domain but I think this should be an open-source code. Therefore, I’ve created a Github gist plus
Read More
I am exploring Lightning Web Components and thought of preparing an use case on signature capturing functionality, but want to leverage native HTML Canvas element without using any 3rd party libraries. Earlier I have work on this type of functionality using Visualforce page and didn’t find any
Read More
The Process Builder is a workflow tool that helps you easily automate your business processes by providing a powerful and user-friendly graphical representation of your process as you build it. The Process Builder’s simple and powerful design allows you to:§ Create your processes using a convenient
Read More