Force.com開発環境等
Using 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 moreAuto Create VF-Controller-DTO-DAO-Code
- Jan
- 20
- Posted by Xiaoyong Huang
- Posted in Other

SalesforceXyTools Auto Create VF-Controller-DTO-DAO-Code Hello,I am Exia.huang. Today I will show you how to create VisualForce/Apex quickly by using SalesforceXyTools. There are 5 steps. Find the menu below. [SFDC-XY]->[SFDC Code Creator]->[Create VisualForce/Controller/DTO/DAO Code] Select your Sobject. I will select Blog__c. Select Custom Fields Or All Fields. I will select custom fields-Include Validate. The sobject of […]
read moreRapid development tools for Salesforce.(SalesforceXyTools)
- Jan
- 18
- Posted by Xiaoyong Huang
- Posted in Other, Salesforce

SalesforceXyTools SalesforceXyTools for Sublime Text is Rapid development tools for Salesforce Development. Auto Create Apex Test Class Code, Auto Create Test Data For Apex Test Class. SFDC Dataviewer, SFDC Online Dataviewer. SObject Viewer, SObject Description, Export SOjbect Fields to Excel Atuo Login SFDC. SOQL Query, Tooling Query, Run Apex Script. How To Install? How To […]
read moreForce.com command-line tool : Force CLI and Salesforce DX
- Nov
- 08
- Posted by Lin
- Posted in Metadata API, Other, Salesforce, Salesforce DX

The Force CLI is an open source app, which is written in Go, it allows us to work with Force.com data directly from the command line. Sometimes we might confuse Salesforce DX with Force CLI, which made its debut during the Salesforce For Developers Keynote 2016, as the two commond-line tools looks very similar, so […]
read moreTo Fix Error “Require TLS 1.1 for HTTPS connections” of MavensMate v6.0
- Jun
- 16
- Posted by Lin
- Posted in Other, Salesforce

Well, you may have found that MavensMate shows an error “Server raised fault: ‘UNSUPPORTED_CLIENT: TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https.” as below, if you are using MavensMate v6.0 in Sublime Text 3,which is because Salesforce disabled TLS 1.0 encryption recently, for […]
read moreUsages of ID class in Salesforce
- Mar
- 08
- Posted by Lin
- Posted in APEX, Other, Salesforce
As we know that each record Id represents a unique sObject record. There are two versions of every record Id in salesforce : ・15 digit case-sensitive version which is referenced in the UI ・18 digit case-insensitive version which is referenced through the API And there are many usages of sObject ID,such as: Get the sObject […]
read moreCalculate the difference between two DateTimes in Salesforce
- Dec
- 25
- Posted by Lin
- Posted in APEX, Other, Salesforce, Visualforce
In Formula Calculate the second difference between two DateTimes. In Visualforce Page Calculate the second difference between two DateTimes. In Apex ※A “Date/time arithmetic expressions must use Integer, Decimal or Double arguments” error will be occurred, when we subtract between two DateTimes directly like Formula.
read moreSynchronize data between Postgres and Salesforce via Heroku Connect
- Dec
- 22
- Posted by Lin
- Posted in Heroku, Other, Salesforce

Somtimes we need to built a Web App with standard open source stacks, like PHP, Node.js and Python,but manage and analytic data with Salesforce standard functions,like record CRUD,views and reports. Heroku Connect provides us a pretty simple solution for this case, that using bi-directional synchronization between Salesforce and Heroku Postgres,whatever standard objects or custom objects. […]
read moreSave approver automatically in Approval Processes with Process Builder and Flows
- Dec
- 11
- Posted by Lin
- Posted in Other, Salesforce

In previous post,I shared how to 《Create Roll-Up Summary field to count Contacts on Account with Process Builder and Flows》. In this post I will share about how to save approver(current user) to the target object automatically in Approval Processes, with Process Builder and Flows. Actually,this is another interesting usages of Process and Visual Flows. […]
read moreCreate Roll-Up Summary field to count Contacts on Account with Process Builder and Flows
- Dec
- 09
- Posted by Lin
- Posted in Other, Salesforce, Visualforce

As we know,roll-up summary field is used to display a value in a master record based on the values of fields in a detail record. The detail record must be related to the master through a master-detail relationship. Unfortunately Account and Contact objects only have a lookup relationship so we cannot create roll-up summary field […]
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 - 226.8K views
- Date format and DateTime format - 209.9K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 161.1K views
- Writing a Schedulable Batch Apex in Salesforce - 124.9K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 123.1K 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.