olkmefomaellbafiabkljcemiljkkbeh
This extension will add Download button on Inbound/Outbound Change Set page allowing you to download package.xml of its components. ********* v8.2 (9 Sep 2024)********* - Enhanced Options Page. ********* v6.0.0 (4 Aug 2020)********* - Added lightning support and code fixes. ********* v5.0.0 (2 Aug 2019)********* - Enhanced logic to display button all the times, in both inbound and outbound changeset ********* v4.0.0 (29 Mar 2019)********* - Fixed intermittent issues of button disappearing - Fixed issue of the button not appearing on Inbound changeset - Added feature to generate package.xml even if the user is not on the 1st page of a list of components. As always, do share valuable feedback. If you have any query please raise a ticket @ http://support.satrangtech.com/ For detailed release notes, please visit: https://docs.google.com/document/d/1jClOrTu0fP0_8iZjKbFa-V-b4_85Lpp_DrxYSiEhs14/edit
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.
Salesforce DevTools
Salesforce DevTools is a powerful Salesforce developer chrome extension for doing the below things : ・Quickly generate Apex code / SOQL, exporting query results to Excel file. ・Quickly access to new record page, list page and object setting page of any object. ・Quickly search object fields and check its usage. ・Display fields API name on Salesforce object detail page. ・Exporting Objects Definition to Excel file. ・Exporting Objects Fields Definition to Excel file. ・Exporting Objects Page Layout Definition to Excel file. ・Exporting Objects List View Definition to Excel file. ・Exporting Flow Definition to Excel file. ・Salesforce data modal (ERDs) generator. ・All Check / Select on profile edit page and field permissions edit page. ・Mass edit, mass delete, mass clone custom fields (Only Classic). ++++++++++++++++++++++++++++ Release notes ++++++++++++++++++++++++++++ 2026/01/1 ・Added features of "Export Flow Definition". -------------------------------------- 2023/04/10 ・Added features of mass edit, mass delete, mass clone custom fields on Lightning. -------------------------------------- 2022/01/30 ・Added feature of searching object fields and show its usage. -------------------------------------- 2021/04/05 ・Added feature of exporting Object definition (FULL) and fixed bugs. -------------------------------------- 2020/09/07 ・Added feature of exporting List View definition and fixed bugs. -------------------------------------- 2020/06/07 ・Fixed Lighting active bug and Japanese language document exporting bug. -------------------------------------- 2020/04/12 ・Improved feature of Query Editor. -------------------------------------- 2020/01/06 ・Added feature of exporting object page layout. -------------------------------------- 2019/08/18 ・Added feature of Multi Check on field permission edit page. -------------------------------------- 2019/05/13 ・Added features of mass edit, mass delete, mass clone custom fields -------------------------------------- 2019/03/24 ・Fixed issues. -------------------------------------- 2018/12/17 ・Reactivated feature of Debug Log Viewer. ・Added feature of searching Debug Log. ・Fixed issues. -------------------------------------- 2018/11/12 ・Improved UX of feature exporting object API reference to Excel file. ・Added Query Editor feature to all Objects. ・Added feature of exporting query result to Excel file -------------------------------------- 2018/09/25 ・Added support for cloudforce orgs. -------------------------------------- 2018/09/03 Major Release ・ Added support for Lightning! ・ Improved UX of feature Object Reference Doc generating. ・ Improved UX of feature All Check. -------------------------------------- 2018/04/17 ・Improved ERDs UX, fixed bugs. -------------------------------------- 2017/10/11 ・Improved Debug Log Viewer UX. -------------------------------------- 2017/05/29 ・Added feature of query editor and csv data exporting. -------------------------------------- 2017/04/23 ・Added feature of ERDs generator. -------------------------------------- 2017/02/06 ・Fix bugs. -------------------------------------- 2017/01/30 ・Added features of SOQL generator and Apex debug log viewer. -------------------------------------- 2016/12/20 ・Fixed export excel bugs. -------------------------------------- 2016/12/06 ・Improved UI, fixed bugs. -------------------------------------- 2016/11/25 ・Added features that allows you to enable it on custom domain. -------------------------------------- 2016/08/21 Major Release ・Added features of exporting objects definition to excel file. -------------------------------------- 2016/05/18 ・ Added support for Visualforce Page. -------------------------------------- 2016/04/04 ・ Added the features of object searching and object quick access. -------------------------------------- 2016/03/31 ・ Added support for generating Apex Code include blank fields -------------------------------------- 2016/03/28 ・ Added support for RecordType ・ Added hint for Quick Access Menu Turned Off
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.
Salesforce Tool Suite
Enhance your Salesforce productivity with our comprehensive toolkit tailored for administrators, developers, architects, and consultants. This all-in-one solution enables you to compare profiles and permission sets, manage debug logs, and explore schemas seamlessly on your device. Your data remains secure, stored exclusively on your local machine. 1. Reports - Profile and Permission Set Comparison: Analyze and compare profiles and permission sets across different Salesforce organizations. - Metadata Export: Export critical components such as classes, triggers, process builders, flows, validation rules, Visualforce pages, and workflow rules to Excel for streamlined analysis. - Super User Report: Quickly identify potential security vulnerabilities in your Salesforce org by auditing privileged users. - Approval Process Details: Access and export approval process configurations effortlessly. 2. Debug Logs - Hierarchical Log Viewer: Delve into Salesforce's core with an organized log viewer. - Tail Logs: Monitor real-time logs without additional installations or configurations. - Trace Flags and Debug Levels Management: Efficiently manage trace flags and debug levels. - User-Specific Debugging: Instantly debug errors reported by specific Salesforce users. 3. Schema Explorer - Schema Navigation: Navigate Salesforce schemas without memorizing fields or relationships. - SOQL Query Builder: Construct complex SOQL queries with ease. - Data Management: Sort, filter, edit records in batches or inline, and export data to Excel. 4. Event Monitoring - Comprehensive Event Logs: Monitor and download logs for over 50 critical Salesforce events. - Exclusive API Access: Leverage features not available in standard Salesforce setup. 5. Salesforce Tools - Apex Testing: Execute test suites and obtain code coverage metrics. - Bulk Management: Efficiently manage validation rules, workflow rules, fields, and objects in bulk. - Object Limits Monitoring: Stay informed about Salesforce object limits. - Bulk Operations: Create or delete multiple fields or objects simultaneously. - Report and Dashboard Management: Clone, delete, and manage reports, dashboards, flows, and record types in bulk.