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?
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?