Build LINE Bot web application with Node.js and Heroku
- Oct
- 02
- Posted by Lin
- Posted in Heroku, Node.js, Salesforce
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 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 moreWrite a Heroku Scheduler batch for MangoDB+Salesforce with Node.js
- Oct
- 28
- Posted by Lin
- Posted in Heroku, Node.js, Open Source, Other, REST API, Salesforce
In previous post,I had shared how to 《Access Salesforce data via APIs(JSForce) from Outside Service》. In this post I will share about how to write a Heroku Scheduler batch for synchronizing MangoDB data to Salesforce with Node.js, like the below outline picture. ※I have no doubt that there have many ways to do connect between […]
read moreWrite Apex Test Classes efficiently with Tesforce
- Oct
- 15
- Posted by Lin
- Posted in Apps, Heroku, Salesforce, Salesforce DevTools, Unit Tests
1.Why Tesforce The Test Classes are required to deploy Apex to a production environment or to be packaged and placed on Force.com AppExchange, it must provide at least 75% code coverage. That will be a huge workload to SFDC Developers if the project(application) include a lot of Apex Classes,the cost of time to write Test […]
read moreAccess Salesforce data via APIs(JSForce) from Outside Service
- Jun
- 22
- Posted by Lin
- Posted in Heroku, Node.js, REST API, Salesforce, Tooling API
At previous post,I had shared you how to setup an 《Awesome Node.js development environment with Heroku and Cloud9》. Today I will continue to share about how to access Salesforce data via APIs from Outside Service. JSforce JSforce (f.k.a. Node-Salesforce) is a isomorphic JavaScript Library utilizing Salesforce’s API: It works both in browser and with Node.js. […]
read moreAwesome Node.js development environment with Heroku and Cloud9
- Jun
- 18
As we know,Heroku enables developers to build and run Node.js apps on it,and the most important,it is FREE. Today I will try to setup an awesome Node.js development environment and deployment with Cloud9 and Heroku. Of course, we need to sign up first. 1.Sign up 1.https://c9.io/ 2.https://www.heroku.com 2.Create a new App in heroku Create a […]
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 - 222.8K views
- Date format and DateTime format - 206.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! - 159.6K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 122.7K views
- Writing a Schedulable Batch Apex in Salesforce - 121.7K 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.