- 博客(20)
- 收藏
- 关注
转载 Generate PDF from Batch Class and schedule class and send email notification with Pdf attachment
Generate PDF from Batch Class and schedule class and send email notification with Pdf attachmentRequirement:- is Generate the PDF and and send email notification and insert new related record to k
2015-04-28 22:55:35
761
转载 Salesforce: How to Send Email with Default Template?
Salesforce: How to Send Email with Default Template?Send an Email is standard Salesforce functionality, if your Salesforce admin make the button visible in Activity Historyrelated list for t
2015-04-18 10:55:08
1356
转载 Image to PDF Converter in Salesforce
Okay, so this is one of my POCs I was doing recently where I need to convert an image to PDF. I can't disclose the full use case but hope it will help some.So here is the solution in two sim
2015-03-25 18:09:08
845
转载 How to build a one-click process with DocuSign for Salesforce
In my previous post I mentioned how you can use DocuSign to boost your sales pipeline and I also promised I'd focus on DocuSign and the many features it has to empower your organisation.Do you
2015-02-09 11:24:08
1015
转载 Taking on Salesforce Advanced Developer Certification [DEV 501] - Part 1 - the MCQ
After a long wait ! I am here with my experience on Salesforce Advanced Developer Certification [DEV 501]. Which statement is true about Visualforce syntax? Choose 2 answersa. The tag mus
2015-01-23 12:17:15
905
转载 Dropbox Authentication In Salesforce - Easy Setup (Authentication Part 1)
From log time managing data is a big deal, and a lot are concerned with it. Multiple options are available to handle this, out of them Dropbox, Box.com, Amazon are the main ones.In this blog Aut
2015-01-04 17:54:54
726
转载 DWR+freemarker+commons.mail 实现模板定制动态邮件发送
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://tonyaction.blog.51cto.com/227462/42055首先介绍DWR1. 代码准备dwr.xml(dwr配置文件) 这个应用主要用到include method="buildHtmlMail"/>这个方法,所以我们的DWRUti
2015-01-03 09:30:18
1197
转载 Google Charts Tooltip
0down votefavoriteI am using a Google Pie Chart in my website to show some data of company expenses. The chart gives me nice tooltips as I hover over the slices. It says for exampl
2015-01-01 02:50:23
679
转载 Simple Paypal Integration with Salesforce (Step by Step)
Hi All,Recently I got a need to implement Paypal integration with Salesforce for a basic payment for Merchant Type account, the payments would be from Customers using Credit Cards like Visa etc. I
2014-12-31 15:42:24
604
转载 14 Ways to Learn From Creative Programmers
If programming is your bag, you might check out my other blog Web Jackalope for creative web development and design articles.The common stereotype for programmers is this: nerdy, pocket-protecto
2014-12-25 18:41:20
957
转载 Email Services in Salesforce with simple example
What is an Email service in Salesforce?Email services are automated processes that use Apex classes to process the contents, headers, and attachments of inbound email.You can associate each em
2014-12-25 17:56:14
2110
转载 A tricky way to create a lookup field in Visualforce page
Recently I am asked how to create a lookup field in a Visualforce page without binding any objects. In this article, I will explain a trick to implement it.First, let's see how Salesforce implem
2014-12-10 14:04:59
860
转载 Get Started: Chat application
In this guide we’ll create a basic chat application. It requires almost no basic prior knowledge of Node.JS or Socket.IO, so it’s ideal for users of all knowledge levels.IntroductionWriting a
2014-12-09 19:24:18
712
原创 Sandbox Mirror
1. Generate a complete a package.xml using https://packagebuilder.herokuapp.com.2. Log into https://workbench.developerforce.com using your old sandbox.3. pull all components to a zip file.4. de
2014-12-05 10:16:24
466
原创 My first web project with Node.js
var http = require("http");var fs = require("fs");var server = http.createServer(function(request, response){console.log("Received request:" + request.url);fs.readFile("./public" + request.url
2014-12-04 17:14:01
656
原创 Express command not found
With the release of Express 4.0.0 it looks like you need to do sudo npm install -g express-generator.
2014-12-04 16:15:13
489
转载 Pagination using standardsetcontroller
As the number of records increases, the time required for the browser to render them increases. Paging is used to reduce the amount of data exchanged with the client. Paging is typically handled on th
2014-11-19 10:41:42
820
转载 Integration of Google Drive into Force.com
Google Drive is a file storage and synchronization service by Google that was released on April 24, 2012. Rumors about Google Drive began circulating as early as March 2006. Unlike the other online
2014-11-18 07:37:07
1112
转载 How to add the CAPTCHA functionality in salesforce
A CAPTCHA (an acronym for “Completely Automated Public Turing test to tell Computers and Humans Apart”) is a type of challenge-response test used in computing to determine whether or not the user is
2014-11-04 18:09:59
1071
转载 Salesforce: Buttons - Mass delete / get ids / show google maps
Mass DeleteThis example creates a button that can be added to activity related lists and list views, and allows users to delete selected records at the same time.1 Define a button for events w
2014-11-04 16:30:00
683
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人