Tag

development
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?  ...
Read More