lnkgcmpjkkkeffambkllliefdpjdklmi
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.
Salesforce Change Set Helper
Enhances the Salesforce change set. Adds last changed date and allows sorting, searching, validation and comparison with other orgs. A Chrome extension to improve the usability of Salesforce change sets NEW! Release 3.1.4 Optimizations for large organization Release 3.1.3 - Fix Compare and allow multiple orgs to be connected. - Add the ability to validate and deploy changes directly to other orgs. - Ability to select components from different types and add them at once. - Added a new Change Set Cart where the user can see what are the items have been added without needing to leave the add screen. - Persistent cart panel with sync badge, search, virtualised list, filterable chips. - Export/Import package.xml from cart and both page toolbars. - Bulk Remove via Tooling API DELETE (no A4J reload dance). - Single-row Remove without page reload. - Hide native Import entry point. - Fix lighting page issue. Release 3.0.2 Supports Chrome extensions best practices and manifest v3 updated better loading of components for large orgs. Features include: - Includes the last modified date and user and api name for each item. - Automatically ordered by most recent modified first - Filter/Search/Order by any field. - Sets all pages to show the 1000 rows. If more than 1000 items in a page, asks if you want to continue to retrieve more. - View and Search on items in the change set. This allows you to see the whole change set and search to make removing much easier. - Compare to another org (uses OAuth2.0 -- no username or password information is seen or stored by this extension). - Shows the last modified date and user for the compared org as well. - Click the file name to see a diff of the metadata file between orgs. Note that there is a delay when loading large pages and you may need to disable other chrome extensions that alter the change set page. Release 3.0.0. Lightning compatible! Fixed issue with Validation. Added Quick Deploy. Updated compare files content to compare all files (for example, in a Aura Component). Fixed issue with constantly spinning wheel if there is an error. Added ability to change API Version. Removed extension from all pages except change sets. Release 2.2.0 Now includes Validation helper. Log into another org and validate the change set. Release 2.1.2 Fixed bug with Quick Links on VF page even when disabled Fixed bug with Sharing Criteria Rules Release 2.1.1 Fixed bugs with hanging when no content. Merged with "beta" extension -- new features such as download zip file of the change set. Release 2.02 Now can compare files between orgs. Log in to a sandbox or dev/prod org. Uses Oauth2.0 for authorization -- no user or password information is seen or stored locally. Shows the last modified date and user for the compared org. Click the name and see a diff comparison of the two. Release 1.4 Updated to add ability to keep getting 1000 more items on pages. (Salesforce will only retrieve 1000 a time.) Added in a "clear" function to clear the search filters. Clear is automatically called before items are added to change set -- this is because of a bug where the items will not be added unless they are visible. Release 1.3 Updated to support workflows, reports, email templates and many more.
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
Salesforce Log Inspector
This app helps you inspect, analyze, and optimize your Salesforce debug log. ──────────: 𝑭𝒆𝒂𝒕𝒖𝒓𝒆𝒔 :────────── 🗂️ 𝐋𝐨𝐠 𝐄𝐱𝐩𝐥𝐨𝐫𝐞𝐫 - Quickly browse log rows with search and highlighted code for easy identification of key details. 🌿𝐑𝐚𝐰 𝐓𝐫𝐞𝐞 - View displays your Apex logs in a structured tree format. Instead of scrolling through long, unformatted text, you can explore the log hierarchy with expandable and collapsible nodes. 🐞 𝐀𝐩𝐞𝐱 𝐃𝐞𝐛𝐮𝐠 - View only 𝚂𝚢𝚜𝚝𝚎𝚖.𝚍𝚎𝚋𝚞𝚐() outputs for simplified troubleshooting, excluding other log details. 📅 𝐄𝐱𝐞𝐜𝐮𝐭𝐢𝐨𝐧 𝐓𝐢𝐦𝐞𝐥𝐢𝐧𝐞 - Visualize code execution over time with a flame chart and detailed event tooltips. 🔗 𝐄𝐱𝐞𝐜𝐮𝐭𝐢𝐨𝐧 𝐓𝐫𝐞𝐞 - Explore the method call path with key metrics like DML, SOQL counts, and execution times. 🔎 𝐄𝐱𝐞𝐜𝐮𝐭𝐢𝐨𝐧 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 - Identify time-consuming methods to pinpoint performance bottlenecks for optimization. 🛢️ 𝐒𝐎𝐐𝐋 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 - Find the most executed and time-consuming SOQL queries and those with the most extensive result sets. 🧮 𝐃𝐌𝐋 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 - Identify the most frequent and slowest DML operations to optimize data processing. 🤖 𝐅𝐥𝐨𝐰 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 -Quickly identify which Flows ran and how often in this execution. ──────────────────────────────────────────────────── 🌐𝐃𝐨𝐜𝐮𝐦𝐞𝐧𝐭𝐚𝐭𝐢𝐨𝐧: https://nisar-99.github.io/salesforce-log-inspector ──────────────────────────────────────────────────── 🛡️𝐒𝐞𝐜𝐮𝐫𝐢𝐭𝐲 ★ 𝘓𝘰𝘤𝘢𝘭 𝘋𝘢𝘵𝘢 𝘖𝘯𝘭𝘺: 𝘈𝘭𝘭 𝘥𝘢𝘵𝘢 𝘴𝘵𝘢𝘺𝘴 𝘰𝘯 𝘺𝘰𝘶𝘳 𝘥𝘦𝘷𝘪𝘤𝘦; 𝘯𝘰𝘵𝘩𝘪𝘯𝘨 𝘪𝘴 𝘴𝘦𝘯𝘵 𝘵𝘰 𝘦𝘹𝘵𝘦𝘳𝘯𝘢𝘭 𝘴𝘦𝘳𝘷𝘦𝘳𝘴. ★ 𝘕𝘰 𝘛𝘩𝘪𝘳𝘥-𝘗𝘢𝘳𝘵𝘺 𝘚𝘩𝘢𝘳𝘪𝘯𝘨: 𝘞𝘦 𝘥𝘰𝘯’𝘵 𝘴𝘩𝘢𝘳𝘦 𝘥𝘢𝘵𝘢 𝘸𝘪𝘵𝘩 𝘢𝘯𝘺 𝘵𝘩𝘪𝘳𝘥-𝘱𝘢𝘳𝘵𝘺 𝘴𝘦𝘳𝘷𝘪𝘤𝘦𝘴. ★ 𝘕𝘰 𝘓𝘦𝘨𝘢𝘭 𝘋𝘪𝘴𝘤𝘭𝘰𝘴𝘶𝘳𝘦𝘴: 𝘕𝘰 𝘱𝘦𝘳𝘴𝘰𝘯𝘢𝘭 𝘥𝘢𝘵𝘢 𝘪𝘴 𝘴𝘩𝘢𝘳𝘦𝘥 𝘧𝘰𝘳 𝘭𝘦𝘨𝘢𝘭 𝘰𝘳 𝘰𝘵𝘩𝘦𝘳 𝘱𝘶𝘳𝘱𝘰𝘴𝘦𝘴. ★ 𝘕𝘰 𝘋𝘢𝘵𝘢 𝘊𝘰𝘭𝘭𝘦𝘤𝘵𝘪𝘰𝘯: 𝘞𝘦 𝘥𝘰𝘯’𝘵 𝘤𝘰𝘭𝘭𝘦𝘤𝘵, 𝘴𝘦𝘭𝘭, 𝘰𝘳 𝘶𝘴𝘦 𝘱𝘦𝘳𝘴𝘰𝘯𝘢𝘭 𝘪𝘯𝘧𝘰𝘳𝘮𝘢𝘵𝘪𝘰𝘯. ★ 𝘗𝘳𝘪𝘷𝘢𝘤𝘺 𝘣𝘺 𝘋𝘦𝘴𝘪𝘨𝘯: 𝘌𝘹𝘵𝘦𝘯𝘴𝘪𝘰𝘯 𝘧𝘶𝘯𝘤𝘵𝘪𝘰𝘯𝘴 𝘴𝘦𝘤𝘶𝘳𝘦𝘭𝘺 𝘸𝘪𝘵𝘩 𝘮𝘪𝘯𝘪𝘮𝘢𝘭 𝘥𝘢𝘵𝘢 𝘶𝘴𝘦. ──────────────────────────────────────────────────── ❤️𝐂𝐫𝐞𝐝𝐢𝐭: I would like to acknowledge and thank 𝗦𝗮𝗹𝗲𝘀𝗳𝗼𝗿𝗰𝗲 (𝖣𝖾𝗏𝖾𝗅𝗈𝗉𝖾𝗋 𝖢𝗈𝗇𝗌𝗈𝗅𝖾) and 𝗖𝗲𝗿𝘁𝗶𝗻𝗶𝗮 (𝖵𝖲 𝖢𝗈𝖽𝖾 𝖤𝗑𝗍𝖾𝗇𝗌𝗂𝗈𝗇) for the inspiration and creative influence that helped shape this work. ──────────────────────────────────────────────────── 💡𝐖𝐞 𝐕𝐚𝐥𝐮𝐞 𝐘𝐨𝐮𝐫 𝐅𝐞𝐞𝐝𝐛𝐚𝐜𝐤 Your suggestions help us improve! Feel free to share any feedback or ideas to make the app even better. ────────────────────────────────────────────────────
Record and Metadata Comparator for Salesforce
Compare Record data values and object metadata in Salesforce Compare Object Metadata and it's record values in Salesforce (now supports Lightning!) and see all differences in just four clicks! Credits: 1. sorenkrabbe for his extension "salesforce-inspector" available @ https://chrome.google.com/webstore/detail/salesforce-inspector/aodjmnfhjibkcdimpodiifdjnnncaafh I have used the code shared by him to improvise and develop this extension. I would share the code of this extension on github soon. 2. Maninder Singh for enabling the extension to work in Lightning -https://www.linkedin.com/in/mansinghinder/ This extension compares any two objects or its records (could be from same org or different orgs) and highlights all the differences found. It can show you the following Please watch the video tutorial available @ http://youtu.be/mkarbbYWveY to understand the exact functionality and its uses. 1. Open up the custom object definition or it's list view or any of it's record in salesforce. This is your source record. Click on the extension icon and then click on the "Select Source Record" button. 2. After that, open up the custom definition of the same object or it's list view or the record (could be from same org or different org). This is your target record. Click on the extension icon and then click on the "Select Target record" button. 3. The extension would create a popup and in that show you all the differences that were found. Steps to compare Record Values: 1. open any record from a standard/custom object in one org. This is your source record. Click on the extension icon and then click on the "Select Source Record" button. 2. After that, open up any other record for the same object (could be from same org or different org). This is your target record. Click on the extension icon and then click on the "Select Target record" button. 3. The extension would create a popup and in that show you all the differences that were found. Do recommend the extension with you friends and colleagues if you like it. Also, if you like the extension, please don't forget to Rate it on the Chrome Extension Webstore. Thanks again and I hope this extension saves your time and makes you more productive! For any queries: rajivashokbhatt+metadatacomparator@gmail.com