How can we refresh or create Sandbox using API in Salesforce

INTRODUCTION The objects ‘SandboxInfo’ and ‘SandboxProcess,’ are available in API v35 or higher, and allow you to create and refresh sandboxes. Tolloing api can be used to create or refresh the sandbox. SandboxInfoRepresents a sandbox. SandboxInfo enqueues a sandbox for creation or for being refreshed. To learn more please review the Force.com Tooling API SandboxInfo section. SandboxProcessRepresents …

How can we refresh or create Sandbox using API in Salesforce Read More »

Create and update custom labels using Tooling API

GOAL To be able to create custom label along with translation programmatically. SOLUTION We can use tooling API to create the custom label and its translation as below. The Master label is stored in External String and translation is stored in ExternalStringLocalization Request to create master label: Endpoint Payload Response We can grab the Id of Master Label …

Create and update custom labels using Tooling API Read More »

Chrome plugins for Salesforce to deal with Metadata

Here are some of the most popular and widely-used Salesforce Chrome plugins that enhance productivity, simplify development, debugging, and navigation, and improve the overall Salesforce experience for develpers and business users. 1. Salesforce Inspector Reloaded Link: Salesforce Inspector 2. Salesforce Advanced Code Searcher Link: Salesforce Advanced Code Searcher 3. ORGanizer for Salesforce Link: ORGanizer for …

Chrome plugins for Salesforce to deal with Metadata Read More »