Loading State and Country Picklist


Topics


Demo

SCPL Demo

Where I can find this app?

Using SF-LAND Data Viz to get All Countries data

  • I prepared this data by web scraping the Wikipedia, feel free to use it.

    Visualizing State and Country - AddressSettings

    • package.xml to retrieve the data
    <?xml version="1.0" encoding="UTF-8"?>
    <Package xmlns="http://soap.sforce.com/2006/04/metadata">
        <types>
            <members>Address</members>
            <name>Settings</name>
        </types>
        <version>56.0</version>
    </Package>
    
    

    Retrieve Address Settings

    • Transform to get the visualization
    xmlutil transform --xsl=addresssettings  --xml=Address.settings  --out=/tmp/address.html
    
    

    Address Settings

    References