Activity › Forums › Salesforce® Discussions › How to access map on visualforce page? Tagged: Dynamic Visualforce, Map, Salesforce Visualforce Page, Visualforce Component Salesforce® Discussions How to access map on visualforce page? Posted by saloni gupta on August 14, 2017 at 1:45 PM I want to access map on pageblocktable in visualforce page. Shaharyar replied 8 years, 9 months ago 3 Members · 2 Replies Dynamic VisualforceMapSalesforce Visualforce PageVisualforce Component 2 Replies shariq Member August 14, 2017 at 1:50 PM Hi Saloni, You can try this:- <apex:pageBlockTable var=”customAccount” value=”{!mapIntVsAcc}” id=”pageId”> <apex:column ><h1> Account Name </h1> <apex:inputfield value=”{!mapIntVsAcc[customAccount].Name}” /></apex:column> </apex:pageBlockTable> customAccount will give you the key of map. Hope this helps. [adinserter block='9'] Shaharyar Member August 15, 2017 at 7:26 PM Visiting the following link may help you to understand… developer.salesforce.com/forums/?id=906F0000000971EIAQ This reply was modified 8 years, 9 months ago by Shaharyar. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me