Hello,I am dealing with this same issue for a client using SharePoint 2010, the ArcGIS Map Webpart, and BDC. Any chance you can contact me with more details around custom code workaround? Thank you.
As of v2.0, you cannot add external lists since external lists do not allow you to add columns to them. The map web part relies on a list being spatial enabled using the "Location On Map" custom field. Since this field cannot be added to the list, it cannot be identified as spatially enabled - hence won't show up in the browse dialog.Note however that you can indeed pull in data from an external list using the client OM and the extensiblity feature exposed at this release.http://help.arcgis.com/en/webapps/sharepoint/help/AboutExtendingTheMapWebPart.html This would require a small amount of custom code.You would have to build an extension which uses the SharePoint client OM to query back to the external list on the SharePoint site. Remember to set CopyLocal=false and SpecificVersion=false on the client OM silverlight assemblies since these assemblies are already part of the Map Web Part runtime.thanks
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.