I have to map my leads on dashboards such that they are mapped till their street addresses, right now i see only 1 dot on dashboard for so many of my records that have the same zip code/city but different street addresses. I have added the street address node to the entityaddressfields.xml and also as one of the mapping conditions in BingMapConfig.xml.
entityaddressfields.xml have the lead entity node like this:
<entity name="lead">
<address1 name="address1_line1"></address1>
<city name="address1_city"></city>
<state name="address1_stateorprovince"></state>
<country name ="address1_country"></country>
<postalcode name="amg_ziplookuptext"></postalcode>
<latitude name="address1_latitude"></latitude>
<longitude name="address1_longitude"></longitude>
</entity>
Also when i have more than one entities showing on the dash board, I am selecting ''Accounts" entity in the drop down and then clicking Load, but it still shows points on the map for 2 entities and not only one ("accounts"). am i missing something here?
Comments: Thanks Atul, using Street works perfect! :) Also i have a few more questions: 1. By any chance do we anything on finding directions to that particular address? 2. I would like to have more clarity on the distance(kms) functionality. On the right there is a table that shows all the records for all the entities that i have in dropdown. When i write say 100 in the distance(kms) textbox and hit Load, it just updates the records in the table but do not change the map points. is this the way it works or should it not also show now only the records in the table which are within that distance? 3. Could the distance(kms) be changed to distance(in miles)? Thanks you so much again Atul, me and my client are really liking this product, thanks for all the help.
entityaddressfields.xml have the lead entity node like this:
<entity name="lead">
<address1 name="address1_line1"></address1>
<city name="address1_city"></city>
<state name="address1_stateorprovince"></state>
<country name ="address1_country"></country>
<postalcode name="amg_ziplookuptext"></postalcode>
<latitude name="address1_latitude"></latitude>
<longitude name="address1_longitude"></longitude>
</entity>
Also when i have more than one entities showing on the dash board, I am selecting ''Accounts" entity in the drop down and then clicking Load, but it still shows points on the map for 2 entities and not only one ("accounts"). am i missing something here?
Comments: Thanks Atul, using Street works perfect! :) Also i have a few more questions: 1. By any chance do we anything on finding directions to that particular address? 2. I would like to have more clarity on the distance(kms) functionality. On the right there is a table that shows all the records for all the entities that i have in dropdown. When i write say 100 in the distance(kms) textbox and hit Load, it just updates the records in the table but do not change the map points. is this the way it works or should it not also show now only the records in the table which are within that distance? 3. Could the distance(kms) be changed to distance(in miles)? Thanks you so much again Atul, me and my client are really liking this product, thanks for all the help.