How to use Custom Label in Process Builder?

Custom labels are custom text values that can be accessed from Apex, Visual Workflow, Process Builder, and so on. The values can be translated into any language that Salesforce supports. You can create up to 5,000 custom labels in an organization, and they can be up to 1,000 characters in length. If we talk about Best Practices Salesforce never Supports Hard Coded IDs. So at that point of Time … Continue reading How to use Custom Label in Process Builder?

How to run batch Class in Salesforce?

1. From the Developer Console, click Debug | then Open Execute Anonymous Window.2. Execute the following code. Id runningJobID = Database.executeBatch(new TestBatchForRun(), 200); After running this piece of code you will get the Debug log for the same and you check if the batch is running or not. With this you can even go to Setup > … Continue reading How to run batch Class in Salesforce?

Helpful Google Chrome Extensions for Salesforce Developers and Admin

Hi Everyone !!!! Today I am going to discuss some of the helpful Google Chrome Extensions that are valuable for both Admin and Devs. Salesforce Simulator: This is a great tool to train new users on how to use the Salesforce1 mobile app. The extension creates a virtual version of the Salesforce1 app that can be … Continue reading Helpful Google Chrome Extensions for Salesforce Developers and Admin