• TeamCraven
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

We've downloaded the Map Nearby Accounts app from AppExchange, but we same to have discovered a small glitch if we have the zip+4 zip codes in the Account record.  I want to just strip out the first 5 digits.

This is what I came up with, but it doesn't seem to work.

 

var zip= "{! LEFT( "!Account.BillingPostalCode" , 5) }";

 

please help ASAP

I was looking for an easy way to map all of our Accounts (of a certain type) on a map.  Possibly color code by Account Owner.  I'd like to see this on a dashboard if possible.  Has any one done this or knows how to?  I saw a few app exchange apps but none that do this (I think)