mnhgljfhifhchamigkieeghmcdjaahdg
Vault Toolbox is designed to make the everyday life of Veeva Vault Admins and Developers easier. It has a built-in set of "Tools" that allow Vault Developers to leverage the power of the Vault API through a clean and responsive User Interface. Vault Toolbox is an open-source project. Refer to the official repository for additional details: https://github.com/veeva/Vault-Toolbox
Salesforce advanced Code searcher
By using the advanced quick find you can get your code few clicks shorter. Also, you can search any string your code Using this extension you can search your code components your salesforce instance: 1) apex Classes 2) Apex Triggers 3) visualforce Pages 4) Visualforce Components 5) Lighting Component In addition to the above you can use this extension to jump to classes / pages / triggers from the advanced quick find section on the left hand side. How to make it work in Lightning: 1) We embed the extension in the setup page. Please navigate to the setup home page where you can find the extension injected in the right. 2) You need to authorize (this is a one time activity) for the application to make the API calls. 3) On clicking the button, you will be navigated to the Salesforce to authorize. Once you have successfully completed the authorization, you will be redirected back to the home page. 4) Once this is done, all the functionalities will be enabled. Both the below section get added in the set-up pages, so this is only useful for developers and Admins, this tool will not make any sense for salesforce users. 1) Advanced Quick Find section:This part gets added in side navigation bar on all set-up pages. Select the code component that you want to go to, then start typing the name of the code,an autocomplete suggestion pops up, select the one that you want to go to. 2) Developer Utilities: 2.1) This component get added in force.com home page only. Let's say you want to know where you have hard-coded a profile name in your code, like if(profile.name =='sys Admin'){//you're doing something}. Right now to find this out you have to either go thru all the code individually or create a force.com project in eclipse and then search there. There's no way we can do this directly in salesforce. This string search will help you do that. You have to check the code components in which you want to search the code, enter a string in the input text field and hit enter. You will be presented with a list of code components where the string is used. 2.2 ) Code Coverage Extract: You can View and download the code coverage in your org. 2.3 ) This extension now allows you to lint the lightning code via the Lightning Linter tab. 2.4 ) You can now run PMD against your code 2.5 ) Added a new tab which will allow the users to view the record and its child information . update 1.22 Improved the static code analysis functionality update 1.15 Added the LWC Editor with Autocompleting for html & xml files. update 1.10 Added the ability to get the record Information by just giving the record Id. update 1.8, 1.9 Added support for the application to work on lightning update 1.4.2 Added support for Custom label Addes support for Apex PMD Update 1.1.1 Expanded the quick search scope to Email Templates, Validation Rule, Workflow Rule, Custom Object Added edition checks. Update 1.2 Update the UI to be more in sync with Lightning Update 1.3 Added Code coverage Extract section allowing user to view and download the code coverage. Update 1.3.3: UPdated the cookie issue. NOTE: 1) Salesforce's REST API is used to accomplish the above functionalities Update 1.3.5 1) Added support to delete all the Debug logs 2) Added a button on traceflag to renew the startDate / expiration date.
Force.com LOGINS
Helps you manage Salesforce login credentials and lets you login with 1 click. This extension helps you manage your Salesforce login credentials and lets you quickly login. If you are a Salesforce admin or developer who needs to manage multiple orgs and login credentials, you must be tired of entering username and password every time they move from an account to the other. This extension helps you; - manage your salesforce.com login information (usrename, password, security token, and description). - quickly login to salesforce.com with new tab, new window and incognito window. - sync your login information across your devices - automatically takes backup of account information to your Google Drive Please refer to http://forcecomlogins.jimdo.com/ for more details. I hope you find this useful!
Okta Browser Plugin
Work outside the perimeter Okta Browser Plugin protects your passwords and securely logs you into all your business and personal apps. The world's largest organizations and over 100 million people rely on Okta to connect to apps inside and outside of their organization knowing that their credentials are protected. With the Okta Browser Plugin you can: *Automatically sign in to your business and personal apps with just one click *Add your own apps into Okta *Quickly generate strong, random passwords on the fly for all your apps *Easily access your Okta dashboard apps and tabs *Seamlessly and securely switch between multiple Okta accounts You need an Okta account to use the Okta Browser Plugin. If you cannot access your Okta account via Okta Browser Plugin, please contact your IT admin. Use the following link to learn about the most recent version changes: https://help.okta.com/en/prod/Content/Topics/Settings/Version_Histories/Ver_History_Browser_Plugin.htm
Force.com Migration Tool Package Creator
Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez Create XML package to use with Ant and Force.com migration tool on top of Salesforce Workbench. You need to connect to the workbench (https://workbench.developerforce.com/login.php) and then: info -> Metadata Types and Components The plug-in provide the following features: - Metadata Type search by free text - Search metadata components by text - Add metadata to your Package XML by checking a checkbox - Load and existing package - Download the final Package XML to deploy