Force.comに関するブログ文章やメモです。

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 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

SalesforceXyTools For Chrome – Quick Search MetaData Tools

What is SalesforceXyTools for Chrome ? SalesforceXyTools for Chrome is a developer tools for Salesforce,SFDC,Force.com. Login SFDC By 1 click Quickly Search For Sobject,Apex,Trigger,Page,Component,EmailTemplate,SataticResource, etc Auto Create Soql, Run Soql, Soql History Run Apex Script. Quick Search SFDC Document Run Rest Query View Apex Code Coverage Run JSForce Script Install From Chrome Web Store Tips […]

read more

Using URL parameters on Salesforce standard pages

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 more