Open Source Category
Pipeline for Salesforce – Be less busy, less mistake in Salesforce metadata deploy
- Aug
- 07
- Posted by Lin
- Posted in Apps, Open Source, Salesforce
Overview Pipeline is a FULL GUI metadata deploy app for Salesforce developers, supports: ・Deploy metadata from Git Repository (Github, Bitbucket, Backlog, GitLab …) to Salesforce, base on Branch, PRs or Commits. ・Deploy metadata between two different Salesforce organizations or sandboxs as Changeset. ・Export / Import Changeset configuration with Excel/CSV in seconds. ・Destruct any metadata you […]
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 moreSFDC SObject Quick Panel – Quick access to Salesforce Standard Objects and Custom Objects
- Jan
- 20
- Posted by Lin
- Posted in APEX, Open Source, Other, Salesforce, Visualforce
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 moreA simple Salesforce Trigger framework
- Jan
- 12
- Posted by Lin
- Posted in APEX, Open Source, Salesforce
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 moreMailmaga-X (WordPress plugin)
- Dec
- 11
- Posted by Lin
- Posted in Apps, Open Source, WordPress
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 moreCodeIgniter Customized Package( with Admin console sample code & Smarty library)
- Dec
- 11
- Posted by Lin
- Posted in Open Source, PHP Framework
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 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 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 - 219.6K views
- Date format and DateTime format - 204K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 158.4K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 122.3K views
- Writing a Schedulable Batch Apex in Salesforce - 118.8K 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.