Salesforce.com has an IP address block allocated directly to salesforce.com by the American Registry for Internet Numbers (ARIN). To provide continuity of service if you utilize email or IP address security filters, white list or otherwise add salesforce.com’s IP address space to your list of trusted addresses The IP address spaces are as follows: 204.14.232.0/25 [...]
There are many a times where we want to remove few standard buttons from page layout, but there is no such option to remove such restricted buttons. Few such buttons are … “New Note” or “Attach File” button on Google Docs, Notes, & Attachments Related list “Save & Send Invitation” button on New Event page [...]
Salesforce CRM provides two tools for data migration—the Import Wizard and the Apex Data Loader. The Import Wizard is designed for less-technical users and smaller, simple imports of up to 50,000 records. It takes you through the process step by step and displays error messages to alert you to potential record duplications (“dupes”). For more [...]
1. Page Break While generating PDF template from Visualforce, if you want to give the page break ,below code snippet is very useful. You can use the page break style properties to control where the browser will insert a page break. The Force.com PDF content converter will carry that over to the PDF. <apex:page renderas=”pdf”> [...]
Problem Statement The Apex Developers Guide says there is a maximum of 10 sendEmail methods per transaction (page 310). Is this counted by individual message sent, or by line of code executed? Example: What if you have 11 messages in a Messaging.SingleEmailMessage array and call the sendEmail method once using this array? (Each message in [...]
Salesforce Chatter is a new way to collaborate with people in your company, in real time, in a private, completely secure way. Transcript : This is your homepage. Right away you can see how Chatter brings your business applications to life.The first thing you see is your picture and your latest status update. When you [...]
Setup Enhancer for Salesforce is about to make navigating the Setup tree a whole lot easier. It makes your life really easy by searching and showing you only the matched setup options. Full marks to this small yet useful script. Setup Enhancer for Salesforce is a Greasemonkey script that helps you find just what you’re [...]
Action Plans is a new, free app for Salesforce.com (from the Force.com Labs) that in a nutshell puts best practices into reusable “task templates”. Task templates can help you create automatic follow ups when your organization receives new donations and normalize the staff’s task generations on new leads. Action Plans allow your organization to create [...]
Jesper Joergensen has a good blog post that answers many important questions around VMForce. To add, Mike @embracingthecloud lists following really good thoughts about VMForce. The VMForce value proposition: Download Eclipse and SpringSource Signup for a Salesforce Development account and define your data model Write your Java app using objects that serialize to Salesforce Drag and drop [...]
On Tuesday, Salesforce hosted Welcome to AppExchange 2 webinar. The webinar showcased few exciting new features .. Aloha Apps The new “All-You-Can-App” category. These apps do not count against the apps, tabs and objects limits provisioned with your edition. Chatter Exchange There are now over 30+ solutions that integrate with Salesforce Chatter. See what the [...]