feed-icon-32x32.png

Subscribe in Feed Reader
Subscribe by Email

Learn how Salesforce.com can help your business

Map as Lookup Field

This was also posted to the new Arrowpointe Product blog. We are moving all product specific information to that new blog and keeping this blog focused on developer related information. Please subscribe (rss, email)

Geopointe has a number of under-the-cover features (and more to come) that allow you to integrate with the application.  One such feature is the ability to use the map as a means of populating a Lookup field.

Below is a video showing this feature in action.

(for best results, choose an HD viewing option after starting the video and use full-screen mode)

Enabling the Feature

The feature is enabled through the use of a Custom Button that simply passes additional parameters across in the URL.  The URL in the video example is:

/apex/geopointe__Map?
Id={!Account.Id}
&wbRecordId={!Account.Id}
&wbField=Related_Account__c
&wbLookupObject=Account
&wbButtonText={!URLENCODE("Relate This Account to " & Account.Name)}

Let’s break it down

/apex/geopointe__Map?
Id={!Account.Id}

The above is the URL from the button included with the application. It is required to sent the user to the proper page in the proper context.

&wbRecordId={!Account.Id}

wbRecordId is the ID of the record we will be writing back to.

&wbField=Related_Account__c

wbField is the field on that record we will be populating.

&wbLookupObject=Account

wbLookupObject is the object type that we will be searching for and populating the lookup field for.

&wbButtonText={!URLENCODE("Relate This Account to " & Account.Name)}

wbButtonText is optional, but can be included if you want to customize the button’s text. It is recommended to use the URLENCODE function when specifying your text, especially if you are merging in data from the system.

Comments (0) comments feed

Introducing Geopointe

This was also posted to the new Arrowpointe Product blog. We are moving all product specific information to that new blog and keeping this blog focused on developer related information. Please subscribe (rss, email)

We are pleased to announce the release of our newest application, Geopointe. Geopointe integrates Force.com with Google Maps and MapQuest and is the premier Force.com geo/mapping solution providing numerous ways for end-users, administrators and developers to take advantage of geo data and maps.

Highlights of Geopointe include (but is not limited to):

  • Map any Salesforce object
  • Perform proximity searching (show me what’s nearby me)
  • Create custom data sets (queries), both personal and public ones
  • Export your results to CSV (Excel) or KML (Google Earth)
  • Obtain multi-point driving directions
  • The Visualizer helps create dashboard-like summaries of your data
  • Automated, Scheduled Geocoding processes your data at 1000+ records per minute
  • Get cleansed address data
  • Contains an “API” with global Apex methods, Visualforce Components and the ability to extend the application using custom buttons.
  • All existing Arrowpointe Maps customers get a free license transfer to Geopointe for the same user count and expiration date as their current license with a goal to get users off of Arrowpointe Maps and onto Geopointe.

To learn more, you can:

(for best results, choose an HD viewing option after starting the video and use full-screen mode)

Comments (0) comments feed

Reorganizing

I’ve been reorganizing the way blogs and social media will be used for Arrowpointe and wanted to inform you about what’s changing.  A new application is being launched very soon and, once it is, I will be picking up the pace and getting back to the business of blogging.

Website Redesign
The Arrowpointe website was recently redesigned (new logo too).  There, you will find links to all that I am explaining in this post.  (you can also get a bit of preview information about the new application that will be launched)

Blogs
I have decided to separate content into 2 separate blogs.

  • Developer Blog - This blog (subscribe) will be focused on broader force.com topics such as news, developer tips, etc., as opposed to Arrowpointe-specific product information.
  • Company/Product Blog – A new blog was created on the company site that will focus on company news and announcements regarding Arrowpointe’s applications. While I transition, I will cross-post across the blogs, but over time product information will be put onto the company/product blog. You can subscribe to that blog via rss or email.

Social Media

  • Our You Tube channel will be the best location to get video about our applications.
  • Our Facebook page is a great place to find a collection of all our content from the web.
  • Our Twitter feed will collect notifications about all our postings around the web as well as informal commentary about force.com, life on the web and other information that may be of interest. Our Facebook feed will post to Twitter, but not the other way around.

Comments (0) comments feed

Spam Check Statistics

Arrowpointe has an application on AppExchange called Spam Check.  The application has tools to fight spam from getting into your Salesforce system.

All of Arrowpointe’s web-to-lead and web-to-case forms use it.  Below are the overall statistics since getting it setup.

95 spams caught, 64 legitimate submissions, and an overall accuracy rate of 93.711%.

Spam Not Spam Missed Spam False Positives
2010-04 3 0 0 0
2010-03 8 10 1 1
2010-02 6 3 2 0
2010-01 3 10 0 0
2009-12 19 6 0 1
2009-11 23 6 0 0
2009-10 0 6 0 0
2009-09 1 9 0 0
2009-08 31 7 4 0
2009-07 1 7 1 0

You can run a free 30 day trial of Spam Check simply by installing the application from the AppExchange. Once installed, you will receive emails on how to get it setup.

Comments (0) comments feed

Arrowpointe’s Aloha Apps

Salesforce just announced an update to AppExchange where they designate apps as “Aloha Apps”.  Aloha Apps are a new “all-you-can-app” category of apps that don’t count against customer org limits (apps/tabs/objects), no matter which salesforce.com edition you’re using.

A number of Arrowpointe applications are in the Aloha category.

  • Arrowpointe Maps – map your Salesforce data!
  • Auto vCard – Import a record (e.g. lead or contact) into your local address book with 1 click.
  • Spam Check – Stop Spam from entering your Salesforce system and wasting your users’ time.

If you install any of the above apps, they will not count towards your app/object/tab limits:

Comments (0) comments feed

Next entries » · « Previous entries