Parent Category of all category

Working with Salesforce Development has been challenge specially when we are working with Lightning Web Component. As we have to install the VS code and then work there.
Well I have a good news that Code Builder an online development platform for Salesforce Developer has been made available live now. You can easily access and start using it..

As Salesforce Trailhead is known for continuous improvement and surprise, they have again came up with new Superbadges and this time there are 4 new badges regarding the security.

With the Winter 22 release, we have received an update called DI which can be used to achieve the same i.e. enable components to communicate with each other which are on the same app page with the help of little development and little configuration. The developer can simply expose the event to the app builder using XML file and Admin can configure the target component and interactions for the event.

How to MFA Using Salesforce Lightning Flow & Google Email?

Suppose that you are getting the JSON data which have a single object or list of objects with label as key which needs to be displayed and value as value to be displayed in the HTML.
Example JSON file is given below

As a Salesforce Developer sometime we need to develop the test class for a piece for Apex code which is using Pricebook and Pricebook Entry.
So, In this blog post, we will see how to insert the Custom pricebook in test class and also how to insert Pricebook Entry in test class.

In apex, By default scheduled job run in every 1 hour using CRON expression but you can scheduled this job in every 5 minutes or 10 minutes duration.