Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning

Author Archives: Lin

Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning

Salesforce DevTools JUST HIT 50K USERS! It is loved by Salesforce developers in over 150 countries! THANK YOU to everyone who loves Salesforce DevTools and gives important feedback to me. Salesforce DevTools features detail is here. Install Install From Chrome Web Store Release Notes (2023/4/10) 1. Released new feature that supports mass editing, cloning, and […]

read more

Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor

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 more

Salesforce DevTools Release Notes (version 3.8.0)

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 more

Salesforce DevTools JUST HIT 10,000 USERS! THANK YOU!

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 more

Using Promise for Apex Server-Side request in Lightning Component

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 more

Salesforce Smart Importer – 1-Drag to import Excel / CSV in Salesforce, supports both Classic and Lightning!

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 more

Build LINE Bot web application with Node.js and Heroku

Overview In order to check the operation of the LINE Bot web application that using the LINE Messaging API, you need a server that can be accessed externally.This post shares the creation procedure of LineBot web application using Heroku. Basic flow 1. Heroku development environment For web online development environment, Heroku + Cloud 9 is […]

read more