Open Source Category

Write a Heroku Scheduler batch for MangoDB+Salesforce with Node.js

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 more

SFDC SObject Quick Panel – Quick access to Salesforce Standard Objects and Custom Objects

As a SFDC Developer,how do you open [Custom Object Setting] page, from [Setup] > [Create] > [Objects] > [Object Name] ? In fact,utilizing “sObject Quick Panel”,it could be more fast only need 1-Click. Screenshots Source code Download from Github That is all, Enjoy it!

read more

A simple Salesforce Trigger framework

Well,this is another Salesforce Trigger framework but more simple. Usage AccountTriggerHandler.cls AccountTrigger.trigger In normal case. Stop and resume sObject Trigger in APEX code Stop and resume a TriggerHandler in APEX code SourceCode Download from Github That is all, Enjoy it!

read more

Mailmaga-X (WordPress plugin)

Mailmaga-X is a simple and powerful plugin help for sending mailmagazines to your customers. Features of Mailmaga-X  1. Export and Import user list by CSV file.  2. Manager mail magazine users with group.  3. Support multi Mail Server to send large number of mail magazines at the same time.  4. Send mail magazines in background […]

read more

CodeIgniter Customized Package( with Admin console sample code & Smarty library)

Sometimes we need a light framework to build a small system, which must be customized simplely and quickly. I surpose CodeIgniter might meet your need,not only because it has multi language documents (CodeIgniter has many chinese and japanese documents so I can read it without effort:) ), but also it’s a simple and powerful MVC […]

read more

Salesforce Apex Zip Attachments With JSZip

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 more