Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor
- Feb
- 08
- Posted by Lin
- Posted in Release Notes, Salesforce, Salesforce DevTools, SOQL
Salesforce DevTools features detail is here. Install Install From Chrome Web Store Release Notes (2022/1/31) 1. Released new feature that supports searching all fields and showing its data usage. This feature helps you to find fields more easily and quickly, to check its data usage in seconds, there is no need to run many soql […]
read moreSalesforce DevTools Release Notes (version 3.8.0)
- Apr
- 05
- Posted by Lin
- Posted in Release Notes, Salesforce DevTools
Detail of Salesforce DevTools features is here. Install Install From Chrome Web Store Release Notes (2021/4/5) 1. Released new feature that supports exporting Object Definition Detail to Excel. Object Definition with more detail can be exported now, it includes object setting, fields, field-level security, workflow rules, workflow actions (tasks, field updates, alerts, outboundmessages), there is […]
read moreSalesforce DevTools JUST HIT 10,000 USERS! THANK YOU!
- Mar
- 31
- Posted by Lin
- Posted in Apps, Salesforce
Salesforce DevTools JUST HIT 10,000 USERS! It is loved by Salesforce developers in over 100 countries! THANK YOU to everyone who likes Salesforce DevTools and gives important feedback to me. BTW, an awesome feature is coming soon with next major release, enjoy it! Install Install From Chrome Web Store Report issue If you have any […]
read moreUsing Promise for Apex Server-Side request in Lightning Component
- Jan
- 06
- Posted by Lin
- Posted in APEX, Lightnint Component, Salesforce
In Lightning Components, each communication with Apex Server-Side is handled as a Javascript async request, and the callback you set is called after the server-side action is completed. A server-side action can return any JSON object, such as sObject or a map of name-value pairs. The followoing sample code shows how a server-call works in […]
read morePipeline for Salesforce – Be less busy, less mistake in Salesforce metadata deploy
- Aug
- 07
- Posted by Lin
- Posted in Apps, Open Source, Salesforce
Overview Pipeline is a FULL GUI metadata deploy app for Salesforce developers, supports: ・Deploy metadata from Git Repository (Github, Bitbucket, Backlog, GitLab …) to Salesforce, base on Branch, PRs or Commits. ・Deploy metadata between two different Salesforce organizations or sandboxs as Changeset. ・Export / Import Changeset configuration with Excel/CSV in seconds. ・Destruct any metadata you […]
read moreSalesforce Smart Importer – 1-Drag to import Excel / CSV in Salesforce, supports both Classic and Lightning!
- Jun
- 01
- Posted by Lin
- Posted in Apps, Salesforce
This is my third Chrome Extension named Salesforce Smart Importer (Other two popular extensions are Salesforce Mass Editor and Salesforce DevTools), it is designed for Salesforce not only admin but also normal user, supports : ・1-Drag to import any Excel / CSV data on anywhere in Salesforce, both Classic and Lightning. ・Automatize reference field value […]
read moreUsing URL parameters on Salesforce standard pages
- Apr
- 08
- Posted by Lin
- Posted in Other, Salesforce
Salesforce has many URL parameters can be used on its standard page, with this kind of parameters, you can do some URL hacking on it, as below: Note: All of parameters must be encoded with UTF-8. Login page There are two ways to login and access into Salesforce from url. 1. https://<SFDC Instance Url>/ Parameter […]
read moreKISS principle for apex code with List and Map in Salesforce
- Mar
- 17
- Posted by Lin
- Posted in APEX, Salesforce
Here are some KISS (Keep it simple, stupid) principles for cleaning our apex code with List and Map in Salesforce, as Linus Torvalds said: “Talk is cheap. Show me the code”, let me show you as below: Initialize Map Normal KISS principle Select(SOQL) to Map Normal KISS principle Initialize List Normal KISS principle Map keys […]
read moreBatch Apex running mode (parallel and series) and how to maintain state in it
- Jan
- 09
- Posted by Lin
- Posted in APEX, Salesforce
In my early post, I’d shared about how to write a Schedulable Batch Apex in Salesforce, and I’ll show you how transactions run in batch Apex and how to maintain their state across these transactions in this post. Batch Apex running mode (parallel / series) As we know, each execution of a batch Apex job […]
read moreSalesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning!
- Oct
- 28
- Posted by Lin
- Posted in Apps, Salesforce
This’s my second Chrome Extension (First one is HERE) this year, named “Salesforce Mass Editor” and it supports for doing the below things : ・Makes any Salesforce list view to be a powerful mass editor. ・Mass insert, mass clone, mass update, mass delete, ALL-IN-ONE. Support for both Classic and Lightning! ・Export record data to CSV […]
read moreRecent Posts
- Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning
- Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor
- Salesforce DevTools Release Notes (version 3.8.0)
- Salesforce DevTools JUST HIT 10,000 USERS! THANK YOU!
- Using Promise for Apex Server-Side request in Lightning Component
Top Posts
- Salesforce DevTools – Powerful Salesforce developer tools, loved by over 50K developers - 219.6K views
- Date format and DateTime format - 204K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 158.4K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 122.3K views
- Writing a Schedulable Batch Apex in Salesforce - 118.8K views
Categories
- APEX
- Apps
- Custom Label
- Custom Metadata
- Custom Setting
- Design & UI
- Event
- Heroku
- iOS & Object-c
- Lightnint Component
- Linux & Mac OS
- Metadata API
- Node.js
- Open Source
- Other
- PHP Framework
- Release Notes
- REST API
- Salesforce
- Salesforce DevTools
- Salesforce DX
- SOQL
- Tooling API
- Unit Tests
- Validation Rule
- Visualforce
- WordPress
You must be logged in to post a comment.