What are Org-Dependent Unlocked Packages?

Org-dependent unlocked packages are certain type of unlocked packages that allow us to create packages that depend on the metadata in the destination org (where we are going to install the package). Why do we need Org-Dependent Unlocked Packages? If the production org is existed for very very long time and with so much of …

Continue reading

How to install OpenSSL application on Windows Machine

In this blog post, we will see how to install OpenSSL Application for Windows platform users. There are tons of blogs explaining the installation procedure for other platforms like Linux and Mac OS and I don’t find any blog posts explaining clear explanations of the installation procedure for OpenSSL. We are going to see a …

Continue reading

LWC Local Development

In this blog post, we will see step by step guide on how to set up the LWC Local Development Environment. Salesforce in October 2019 announced Local Development for LWC. The main advantage of this local development is you don’t have to deploy your code every time you make some changes to your existing code. …

Continue reading

How to Deploy the changes on Save in Salesforce using VSCode

In this blog post, we will see how to Deploy on save/push on save using the salesforce vs code extension. Please update the Extension Pack If you haven’t already. Step by Step guide setup: Go to:File > preferences > setting > Salesforce feature Previews Search with this text “salesforcedx-vscode-core.push-or-deploy-on-save” Enable this checkbox both in User …

Continue reading

SOQL Builder

Salesforce Recently announced the SOQL Builder Visual Studio Code extension. You might be observing lately when you open the workbench Query Editor you will see a red banner asking you to use the latest SOQL Builder. In this blog post we will discuss more on how to use this extension. Sneak peek: SOQL Builder running …

Continue reading

What is Org Shape?

In this blog post, we will see what is an Org’s shape and how you can use this feature while creating scratch orgs. What is the need for Org Shape?  Assume that you wanted to create a scratch org with certain features enabled. You might be thinking we do have a features option for that …

Continue reading

How to automate the Regular stuff using the SFDX?

In this blog post, we will see how to automate regular stuff using the Salesforce CLI. The main advantage of using CLI is scriptability, you can automate the regular tasks by using any of the scripting languages available and CLI. Before proceeding further I am hoping that you already have an understanding of Salesforce CLI. Please …

Continue reading

What are Scratch Orgs? How to work with them?

In the previous blog post we have seen how we can work with data using Salesforce cli. There is so much we can do with tree commands, I will cover them in another blog post. Now we will talk about what are scratch orgs and how to work with them and how they can be …

Continue reading