Create a sObject dynamically
- Dec
- 12
The following code provides a general example of how to create a sObject dynamically in apex. Usage This kind of function will be useful in creating general class.
read moreSalesforce Triggers and Order of Execution
- Dec
- 11
Triggers and Order of Execution The following is copy from [Triggers and Order of Execution] for memo Triggers and Order of Execution When you save a record with an insert, update, or upsert statement, Salesforce performs the following events in order. ※Before Salesforce executes these events on the server, the browser runs JavaScript validation if […]
read moreSalesforce Apex Zip Attachments With JSZip
- Dec
- 10
- Posted by Lin
- Posted in APEX, Open Source, Visualforce

Sometimes we need to zip Attachments or PDFs and download it at once in Salesforce development. As we know, Apex does not support Zip. it is conceivable that Zip files with other service such as Heroku or AWS, But in fact we can do this without any External Service, just Salesforce and JavaScript. This post […]
read moreSetup an awesome Salesforce developer environment with Sublime Text 3
- Dec
- 01
- Posted by Lin
- Posted in Other, Salesforce

Why Sublime Text 3 ? I’ve been working with Force.com for about 2 years, and always using Eclipse+Force.com IDE(See here, Eclipse Force.com IDE Installation)as my development environment. I don’t think it is really difficult to use, but it could be more friendly. For example: 1. It doesn’t support APEX and VF assist ※Seriously?! This looks […]
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 - 228.7K views
- Date format and DateTime format - 211.2K 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.8K views
- Writing a Schedulable Batch Apex in Salesforce - 126.5K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 123.3K 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.